vtex
Version:
The platform for e-commerce apps
10 lines (9 loc) • 425 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.createAppsClient = void 0;
const api_1 = require("@vtex/api");
const IOClientFactory_1 = require("../IOClientFactory");
const createAppsClient = (customContext = {}, customOptions = {}) => {
return IOClientFactory_1.IOClientFactory.createClient(api_1.Apps, customContext, customOptions);
};
exports.createAppsClient = createAppsClient;