UNPKG

scheunemann-interfaces

Version:
10 lines (9 loc) 322 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EOrderType = void 0; var EOrderType; (function (EOrderType) { EOrderType["DELIVERY"] = "DELIVERY"; EOrderType["INDOOR"] = "INDOOR"; EOrderType["TAKEOUT"] = "TAKEOUT"; })(EOrderType || (exports.EOrderType = EOrderType = {}));