@topgroup/diginext
Version:
A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.
9 lines (8 loc) • 338 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.dxCheckQuota = void 0;
const dx_api_1 = require("./dx-api");
async function dxCheckQuota(params, dxKey) {
return (0, dx_api_1.dxApi)({ url: "/subscriptions/quota/check", data: params, method: "POST", dxKey });
}
exports.dxCheckQuota = dxCheckQuota;