UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

9 lines 491 B
import type { IWorkspace } from "../../entities"; import type { ResourceQuotaSize } from "../../interfaces/SystemTypes"; import type { CheckQuotaResponse } from "../diginext/dx-subscription"; export declare function checkQuota(workspace: IWorkspace, options?: { resourceSize?: ResourceQuotaSize; isDebugging?: boolean; }): Promise<CheckQuotaResponse>; export declare function checkQuotaByWorkspaceId(id: string): Promise<CheckQuotaResponse>; //# sourceMappingURL=check-quota.d.ts.map