UNPKG

@iterable/react-native-sdk

Version:
11 lines (10 loc) 361 B
"use strict"; /** * The data region on which your Iterable project is hosted. */ export let IterableDataRegion = /*#__PURE__*/function (IterableDataRegion) { IterableDataRegion[IterableDataRegion["US"] = 0] = "US"; IterableDataRegion[IterableDataRegion["EU"] = 1] = "EU"; return IterableDataRegion; }({}); //# sourceMappingURL=IterableDataRegion.js.map