Skip to main content

signUpBody

API Docs


Variable: signUpBody

const signUpBody: ZodObject<{ email: ZodPipe<ZodString, ZodTransform<string, string>>; firstName: ZodString; lastName: ZodString; password: ZodString; }, $strip>

Defined in: src/routes/auth/validators.ts:11

Zod schema for REST sign-up request body. Aligns with MutationSignUpInput password length.