Skip to content

Type Alias: Token

ts
type Token = z.infer<typeof TokenSchema>;

Defined in: models/token.ts:17