import IBIZAPPEDITORAuthServiceBase from './ibizappeditor-auth-service-base'; /** * 编辑器权限服务对象 * * @export * @class IBIZAPPEDITORAuthService * @extends {IBIZAPPEDITORAuthServiceBase} */ export default class IBIZAPPEDITORAuthService extends IBIZAPPEDITORAuthServiceBase { /** * Creates an instance of IBIZAPPEDITORAuthService. * * @param {*} [opts={}] * @memberof IBIZAPPEDITORAuthService */ constructor(opts: any = {}) { super(opts); } }