@aecworks/bimbox-bimserver-sdk-js
Version:
AECWorks BIMBox 产品线 BIMServer 的 sdk 的 JavaScript 实现,采用Typescript语言
11 lines • 464 B
TypeScript
import ServiceBase from '../base';
declare class ProjectService extends ServiceBase {
getUserProjects: (accountId: any) => Promise<{}>;
getProjectPaging: (options: any) => Promise<{}>;
postProject: (options: any) => Promise<{}>;
putProject: (options: any) => Promise<{}>;
deleteProject: (options: any) => Promise<{}>;
activeProject: (options: any) => Promise<{}>;
}
export { ProjectService };
//# sourceMappingURL=project.d.ts.map