Type Alias ParsedWorkerPayload

ParsedWorkerPayload: {
    payload: ParsedJob;
    queue: string;
    run_at: string;
    worker: string;
}