UNPKG

fpt-akainsights-react-native

Version:

React Native Plugin for the akaInsights Javascript SDK

12 lines (11 loc) 390 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ShippingTypeEnum = void 0; /** * ENUM: Type of delivery. */ var ShippingTypeEnum; (function (ShippingTypeEnum) { ShippingTypeEnum["COURIER"] = "courier"; ShippingTypeEnum["NORMAL_DELIVERY"] = "normal_delivery"; })(ShippingTypeEnum = exports.ShippingTypeEnum || (exports.ShippingTypeEnum = {}));