Skip to content

Variable: GetTaskByIdSchema

ts
const GetTaskByIdSchema: ZodObject<{
  bodyFormat: ZodOptional<ZodCustom<"storage" | string & object | "atlas_doc_format", "storage" | string & object | "atlas_doc_format">>;
  id: ZodNumber;
}, $strip>;

Defined in: src/v2/parameters/getTaskById.ts:4