import RoleRepresentation from './roleRepresentation'; export default interface MappingsRepresentation { clientMappings?: Record; realmMappings?: RoleRepresentation[]; }