Skip to content

Type Alias: Votes

ts
type Votes = z.infer<typeof VotesSchema>;

Defined in: src/cloud/models/votes.ts:20