Type Alias GetJobData

GetJobData: {
    id: string;
    noLogs?: boolean;
    workspace: string;
}