@watzon/baserow
    Preparing search index...

    Interface ImportApplicationsJobTypeResponse

    interface ImportApplicationsJobTypeResponse {
        human_readable_error?: null | string;
        id: number;
        installed_applications: any;
        progress_percentage: number;
        resource: ImportResource;
        state: string;
        type: string;
        workspace_id: number;
    }
    Index

    Properties

    human_readable_error?: null | string
    id: number
    installed_applications: any
    progress_percentage: number
    resource: ImportResource
    state: string
    type: string
    workspace_id: number