UNPKG

@aecworks/bimbox-bimserver-sdk-js

Version:

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

9 lines 368 B
import ServiceBase from '../base'; declare class CollectionService extends ServiceBase { postCollection: (data: any) => Promise<{}>; getCollections: (data: any) => Promise<{}>; getCollectionSearch: (data: any) => Promise<{}>; deleteCollection: (data: any) => Promise<{}>; } export { CollectionService }; //# sourceMappingURL=collection.d.ts.map