UNPKG

@aecworks/bimbox-bimserver-sdk-js

Version:

AECWorks BIMBox 产品线 BIMServer 的 sdk 的 JavaScript 实现,采用Typescript语言

9 lines 332 B
import ProxyInterface from '../proxy-interface'; import { QuotaModel } from '../model/projects'; declare class QuotaProxy implements ProxyInterface<QuotaModel> { quotaModel: QuotaModel; constructor(responseData: any); getModel(): QuotaModel; } export default QuotaProxy; //# sourceMappingURL=quota-proxy.d.ts.map