Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface File

    interface File {
        contentType?: string;
        createdAt?: string;
        createdBy?: FileActor;
        customData?: Record<string, string>;
        deletedAt?: string | null;
        filename?: string | null;
        id: string;
        name?: string | null;
        purpose: string;
        scanStatus?: string;
        size?: number;
        source?: FileSource;
        status: FileStatus;
        title?: string | null;
        updatedAt?: string | null;
    }
    Index
    contentType?: string
    createdAt?: string
    createdBy?: FileActor
    customData?: Record<string, string>
    deletedAt?: string | null
    filename?: string | null
    id: string
    name?: string | null
    purpose: string
    scanStatus?: string
    size?: number
    source?: FileSource
    status: FileStatus
    title?: string | null
    updatedAt?: string | null