UNPKG

@aecworks/bimbox-bimserver-sdk-js

Version:

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

9 lines 362 B
import ProxyInterface from '../proxy-interface'; import { CommentPageModel } from '../model/comment'; declare class CommentPageProxy implements ProxyInterface<CommentPageModel> { private commentPage; constructor(responseData: any); getModel(): CommentPageModel; } export { CommentPageProxy }; //# sourceMappingURL=comment--page-proxy.d.ts.map