/** * @author songxiwen * @date 2020/09/28 13:55 */ export type AdminRoleForResponseType = { name: string; id: string; routerList: string[]; operation: { [key: string]: string[] }; apiList: string[]; };