Variable AddressUpdateSchemaConst
AddressUpdateSchema: ZodObject<
{
cityId: ZodOptional<ZodCoercedNumber<unknown>>;
contactId: ZodOptional<ZodCoercedNumber<unknown>>;
order: ZodOptional<ZodOptional<ZodCoercedNumber<unknown>>>;
street: ZodOptional<ZodString>;
zip: ZodOptional<ZodString>;
},
$strip,
> = ...