We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0891f9 commit 3495c88Copy full SHA for 3495c88
app/types/api-job.ts
@@ -92,7 +92,7 @@ export interface GetJobMetadataResponse {
92
}
93
94
export interface GetSystemJobsResponse {
95
- system: System
+ system: string
96
jobs: Job[]
97
error?: string
98
0 commit comments