UNPKG

@becomes/cms-cloud-client

Version:

SDK for accessing BCMS Cloud API

11 lines (10 loc) 260 B
import type { Limit, LimitType } from './models'; export declare class LimitFactory { static instance(data: { name?: string; description?: string; type?: LimitType; svalue?: string; nvalue?: number; }): Limit; }