UNPKG

keycloak-typescript

Version:

A user friendly library to use keycloak in nodejs projects

9 lines (8 loc) 179 B
export interface RoleRepresentation { id?: string; name?: string; description?: string; composite?: boolean; clientRole?: boolean; containerId?: string; }