UNPKG

@keycloakify/keycloak-admin-ui

Version:
9 lines (8 loc) 300 B
import type { Path } from "react-router-dom"; import type { AppRouteObject } from "../../routes"; export type NewRoleParams = { realm: string; clientId: string; }; export declare const NewRoleRoute: AppRouteObject; export declare const toCreateRole: (params: NewRoleParams) => Partial<Path>;