Skip to content

Type Alias: Auth

ts
type Auth = z.infer<typeof authSchema>;

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