Skip to content

Type Alias: APIToken

ts
type APIToken = z.infer<typeof APITokenSchema>;

Defined in: models/apiToken.ts:5