@becomes/cms-cloud-client
Version:
SDK for accessing BCMS Cloud API
11 lines (10 loc) • 492 B
TypeScript
import { Instance } from '@bcms-cloud/instance';
export declare class LimitCheck {
static userCount(inst: Instance): Promise<boolean>;
static functionCount(inst: Instance): Promise<boolean>;
static eventCount(inst: Instance): Promise<boolean>;
static jobCount(inst: Instance): Promise<boolean>;
static pluginCount(inst: Instance): Promise<boolean>;
static nginxConfigCount(inst: Instance): Promise<boolean>;
static domainCount(inst: Instance): Promise<boolean>;
}