jobKeys
@fovea/annotation-tool / hooks/useJobStatus / jobKeys
Variable: jobKeys
const
jobKeys:object
Defined in: src/hooks/useJobStatus.ts:13
Query key factory for job status.
Type Declaration
all
all: readonly [
"jobs"
]
job()
job: (
jobId
) => readonly ["jobs"
,string
]
Parameters
jobId
string
Returns
readonly ["jobs"
, string
]