Skip to content

Type Alias: AuthBasic

ts
type AuthBasic = z.infer<typeof authBasicSchema>;

Defined in: src/core/schemas/auth.ts:75