export declare enum EOrderType {
    DELIVERY = "DELIVERY",
    INDOOR = "INDOOR",
    TAKEOUT = "TAKEOUT"
}
