Type Alias JobOutput

JobOutput: { JOB_GUID: string; JOB_ID: number } & CreatedJobStatus & Record<
    string,
    string
    | number
    | null,
>