Skip to content

Type Alias: TrelloList

ts
type TrelloList = z.infer<typeof TrelloListSchema>;

Defined in: models/trelloList.ts:26