AutoBE
    Preparing search index...

    Interface UnsupportedDocumentResource

    interface UnsupportedDocumentResource {
        createdAt: string;
        documentId: string;
        error: DocumentErrorInfo;
        filename?: string;
        mimeType?: string;
        status: "unsupported";
        updatedAt: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdAt: string
    documentId: string
    filename?: string
    mimeType?: string
    status: "unsupported"
    updatedAt: string