UNPKG

@aecworks/bimbox-bimserver-sdk-js

Version:

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

9 lines 378 B
import ProxyInterface from '../proxy-interface'; import { SecurityPageModel } from '../model/user'; declare class UserSecurityPageProxy implements ProxyInterface<SecurityPageModel> { private securityPage; constructor(responseData: any); getModel(): SecurityPageModel; } export { UserSecurityPageProxy }; //# sourceMappingURL=user-security-page-proxy.d.ts.map