@keycloakify/keycloak-admin-ui
Version:
Repackaged Keycloak Admin UI
9 lines (8 loc) • 328 B
TypeScript
import type { Path } from "react-router-dom";
import type { AppRouteObject } from "../../routes";
export type AddClientProfileParams = {
realm: string;
tab: string;
};
export declare const AddClientProfileRoute: AppRouteObject;
export declare const toAddClientProfile: (params: AddClientProfileParams) => Partial<Path>;