Skip to content

Type Alias: TaskBody

ts
type TaskBody = z.infer<typeof TaskBodySchema>;

Defined in: src/v2/models/taskBody.ts:11