Logged In Checkout Schema
amerta / amerta/theme/components/Checkout/hooks/useCheckout / loggedInCheckoutSchema
Variable: loggedInCheckoutSchema
constloggedInCheckoutSchema:ZodObject<{addressId:ZodString;billingAddressId:ZodOptional<ZodString>;deliveryMethodId:ZodString;orderNote:ZodOptional<ZodString>;paymentMethodId:ZodString; },$strip>
Defined in: amerta/theme/components/Checkout/hooks/useCheckout.tsx:40