import { RoleRepresentation } from '../../models/role-representation'; export interface IRealmRolesManager { getAllRoles(roleName: string): Promise; getRoles(realmName: string, rolesNames: string[]): Promise; }