UNPKG

@snapp-store/snapp-box-sdk

Version:
17 lines (16 loc) 515 B
"use strict"; /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.PullingEventDTO = void 0; var PullingEventDTO; (function (PullingEventDTO) { /** * Type of event */ let type; (function (type) { type["ORDER_STATUS_UPDATE"] = "ORDER_STATUS_UPDATE"; })(type = PullingEventDTO.type || (PullingEventDTO.type = {})); })(PullingEventDTO = exports.PullingEventDTO || (exports.PullingEventDTO = {}));