AutoBE
    Preparing search index...

    Interface DocumentResourceBase

    interface DocumentResourceBase {
        createdAt: string;
        documentId: string;
        filename?: string;
        mimeType?: string;
        updatedAt: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdAt: string
    documentId: string
    filename?: string
    mimeType?: string
    updatedAt: string