UNPKG

@keycloakify/keycloak-admin-ui

Version:
8 lines (7 loc) 283 B
import type { Path } from "react-router-dom"; import type { AppRouteObject } from "../../routes"; export type AddClientParams = { realm: string; }; export declare const AddClientRoute: AppRouteObject; export declare const toAddClient: (params: AddClientParams) => Partial<Path>;