Checkout Schema
amerta / amerta/theme/components/Checkout/hooks/useCheckout / checkoutSchema
Variable: checkoutSchema
constcheckoutSchema:ZodObject<{address:ZodString;apartment:ZodString;billingAddressId:ZodOptional<ZodString>;building:ZodOptional<ZodString>;city:ZodString;company:ZodOptional<ZodString>;country:ZodString;deliveryMethodId:ZodString;ZodEmail;firstName:ZodString;floor:ZodOptional<ZodString>;lastName:ZodString;orderNote:ZodOptional<ZodString>;paymentMethodId:ZodString;phone:ZodNumber;phoneCountryCode:ZodString;postalCode:ZodOptional<ZodString>;state:ZodOptional<ZodString>;street:ZodString; },$strip>
Defined in: amerta/theme/components/Checkout/hooks/useCheckout.tsx:18