@watzon/baserow
    Preparing search index...

    Interface FileImportJobResponse

    interface FileImportJobResponse {
        databaseId: number;
        firstRowHeader?: boolean;
        humanReadableError?: string;
        id: number;
        name?: string;
        progressPercentage: number;
        report: { failingRows: Record<string, Record<string, string[]>> };
        state: BaserowJobState;
        tableId?: number;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    databaseId: number
    firstRowHeader?: boolean
    humanReadableError?: string
    id: number
    name?: string
    progressPercentage: number
    report: { failingRows: Record<string, Record<string, string[]>> }
    tableId?: number
    type: string