Documents / @faasjs/types / FaasJobPaths
Type Alias: FaasJobPaths
FaasJobPaths =
Extract<keyofFaasJobs,string>>>>>
Union of all declared .job.ts path string literals.
Resolves to never until FaasJobs is augmented, usually by the
generated src/.faasjs/types.d.ts file.