Skip to content

Variable: GetTaskByIdSchema

ts
const GetTaskByIdSchema: ZodObject<{
  bodyFormat: ZodOptional<ZodEnum<{
     atlas_doc_format: "atlas_doc_format";
     storage: "storage";
  }>>;
  id: ZodNumber;
}, $strip>;

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