@watzon/baserow
    Preparing search index...

    Interface ExportJob

    interface ExportJob {
        createdAt: string;
        exportedFileName?: null | string;
        exporterType: string;
        humanReadableError?: string;
        id: number;
        progressPercentage: number;
        state: BaserowJobState;
        table?: null | number;
        type: string;
        url: string;
        view?: null | number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdAt: string
    exportedFileName?: null | string
    exporterType: string
    humanReadableError?: string
    id: number
    progressPercentage: number
    table?: null | number
    type: string
    url: string
    view?: null | number