UNPKG

@aecworks/bimbox-bimserver-sdk-js

Version:

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

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