@iterable/react-native-sdk
Version:
Iterable SDK for React Native.
11 lines (10 loc) • 361 B
JavaScript
;
/**
* 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