@snapp-store/snapp-box-sdk
Version:
A javascript sdk for snapp box api
17 lines (16 loc) • 515 B
JavaScript
;
/* 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 = {}));