export default interface GroupRepresentation { id?: string; name?: string; path?: string; subGroups?: GroupRepresentation[]; access?: Record; attributes?: Record; clientRoles?: Record; realmRoles?: string[]; }