Skip to content

Type Alias: Task

ts
type Task = z.infer<typeof TaskSchema>;

Defined in: src/v2/models/task.ts:35