@watzon/baserow
    Preparing search index...

    Interface DuplicateFieldJobResponse

    interface DuplicateFieldJobResponse {
        duplicatedField: BaseField & { [key: string]: any } & RelatedFields;
        humanReadableError?: string;
        id: number;
        originalField: Field;
        progressPercentage: number;
        state: BaserowJobState;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    duplicatedField: BaseField & { [key: string]: any } & RelatedFields
    humanReadableError?: string
    id: number
    originalField: Field
    progressPercentage: number
    type: string