Skip to content

Type Alias: Tasks

ts
type Tasks = z.infer<typeof TasksSchema>;

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