UNPKG

keycloak-typescript

Version:

A user friendly library to use keycloak in nodejs projects

7 lines (6 loc) 182 B
import { RoleRepresentation } from './role-representation'; export interface ClientMappingsRepresentation { id: string; client: string; mappings: RoleRepresentation[]; }