(id: string)
| 11 | }; |
| 12 | |
| 13 | export const getJobDetail = (id: string) => { |
| 14 | return get<UnifiedJob>(`api/jobs/${id}`); |
| 15 | }; |
| 16 | |
| 17 | export const getStateApiJobProgressByTaskName = (jobId: string) => { |
| 18 | return get<StateApiJobProgressByTaskNameRsp>( |
no test coverage detected
searching dependent graphs…