signUpBody
Variable: signUpBody
constsignUpBody:ZodObject<{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.