Variable postProfilePhoneNumberVerifyRequestSchemaConst
postProfilePhoneNumberVerifyRequestSchema: ZodObject<
{
body: ZodOptional<ZodObject<{ otp_code: ZodString }, $strip>>;
path: ZodOptional<ZodNever>;
query: ZodOptional<ZodNever>;
},
$strip,
> = ...