/** * Map of role names to an array of role names that inherit from them. */ export type InheritedRoles = { [key: string]: string[] }