DocumentationAmertaThemeUtilitiesValidate guest orderVariables
Guest Order Schema
amerta / amerta/theme/utilities/validate-guest-order / GuestOrderSchema
Variable: GuestOrderSchema
constGuestOrderSchema:ZodObject<{address:ZodObject<{address:ZodString;apartment:ZodString;building:ZodOptional<ZodString>;city:ZodString;cityName:ZodOptional<ZodString>;country:ZodString;countryName:ZodOptional<ZodString>;firstName:ZodString;floor:ZodOptional<ZodString>;id:ZodString;lastName:ZodString;phone:ZodUnion<readonly [ZodNumber,ZodString]>;phoneCountryCode:ZodString;postalCode:ZodOptional<ZodString>;state:ZodOptional<ZodString>;street:ZodString; },$strip>;cartTotal:ZodNumber;deliveryMethodId:ZodString;ZodEmail;paymentMethodId:ZodString; },$strip>
Defined in: amerta/theme/utilities/validate-guest-order.ts:21