@watzon/baserow
    Preparing search index...

    Interface ExportApplicationsJobTypeResponse

    interface ExportApplicationsJobTypeResponse {
        created_on: string;
        exported_file_name: string;
        human_readable_error?: null | string;
        id: number;
        progress_percentage: number;
        state: string;
        type: string;
        url: string;
        workspace_id: null | number;
    }
    Index

    Properties

    created_on: string
    exported_file_name: string
    human_readable_error?: null | string
    id: number
    progress_percentage: number
    state: string
    type: string
    url: string
    workspace_id: null | number