This is the ShippingType enum
export enum ShippingType { Pickup = 'pickup', DineIn = 'dine_in', Delivery = 'delivery'}
Generated using TypeDoc
This is the ShippingType enum