Skip to content

Type Alias: Checklist

ts
type Checklist = z.infer<typeof ChecklistSchema>;

Defined in: models/checklist.ts:18