Checkout Schema

amerta


amerta / amerta/theme/components/Checkout/hooks/useCheckout / checkoutSchema

Variable: checkoutSchema

const checkoutSchema: ZodObject<{ address: ZodString; apartment: ZodString; billingAddressId: ZodOptional<ZodString>; building: ZodOptional<ZodString>; city: ZodString; company: ZodOptional<ZodString>; country: ZodString; deliveryMethodId: ZodString; email: 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