import { AuthorityType } from './authority-type.enum'; /** * 账号角色 */ export declare class Authority { /** * 账号角色类型 */ authority: AuthorityType; }