@watzon/baserow
    Preparing search index...

    Interface DuplicateTableJobResponse

    interface DuplicateTableJobResponse {
        duplicatedTable: Table;
        humanReadableError?: string;
        id: number;
        originalTable: Table;
        progressPercentage: number;
        state: BaserowJobState;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    duplicatedTable: Table
    humanReadableError?: string
    id: number
    originalTable: Table
    progressPercentage: number
    type: string