UNPKG

@aecworks/bimbox-bimserver-sdk-js

Version:

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

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