@aecworks/bimbox-bimserver-sdk-js
Version:
AECWorks BIMBox 产品线 BIMServer 的 sdk 的 JavaScript 实现,采用Typescript语言
12 lines • 509 B
TypeScript
import ServiceBase from '../base';
declare class PermissionService extends ServiceBase {
getPermit: (options: any) => Promise<{}>;
getFolderPermit: (options: any) => Promise<{}>;
getFilePermit: (options: any) => Promise<{}>;
postPermit: (options: any) => Promise<{}>;
putPermit: (options: any) => Promise<{}>;
deletePermit: (options: any) => Promise<{}>;
putLocking: (options: any) => Promise<{}>;
}
export { PermissionService };
//# sourceMappingURL=permission.d.ts.map