Variables

Credentials

declaration

const Credentials: z.ZodObject<{ email: z.ZodEmail; password: z.ZodString; }, z.core.$strip>

Credentials for authentication.