@lokalise/node-api
Version:
Official Lokalise API 2.0 Node.js client
16 lines (14 loc) • 480 B
text/typescript
import { OtaBundleManagement } from "./ota_bundle_management.js";
import { OtaBundlePublishing } from "./ota_bundle_publishing.js";
import { OtaBundles } from "./ota_bundles.js";
import { OtaFreezePeriods } from "./ota_freeze_periods.js";
import { OtaSdkTokens } from "./ota_sdk_tokens.js";
import { OtaUsageStatistics } from "./ota_usage_statistics.js";
export {
OtaBundles,
OtaBundleManagement,
OtaBundlePublishing,
OtaFreezePeriods,
OtaSdkTokens,
OtaUsageStatistics,
};