Type alias JobInfo

JobInfo: {
    id: string;
    object: string;
    operation: BulkOperation;
    state: JobState;
}

Type declaration