Skip to content

Type Alias: Card

ts
type Card = z.infer<typeof CardSchema>;

Defined in: models/card.ts:113