export interface IRbacAccount { name: string; extras?: { [key: string]: any; }; }