Type Alias GetJobUpdatesData

GetJobUpdatesData: {
    id: string;
    logOffset?: number;
    running?: boolean;
    workspace: string;
}