Logged In Checkout Schema

amerta


amerta / amerta/theme/components/Checkout/hooks/useCheckout / loggedInCheckoutSchema

Variable: loggedInCheckoutSchema

const loggedInCheckoutSchema: ZodObject<{ addressId: ZodString; billingAddressId: ZodOptional<ZodString>; deliveryMethodId: ZodString; orderNote: ZodOptional<ZodString>; paymentMethodId: ZodString; }, $strip>

Defined in: amerta/theme/components/Checkout/hooks/useCheckout.tsx:40