UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

9 lines (8 loc) 283 B
import type { BuildContext } from "./buildContext"; import { type CommandName } from "./customHandler"; export declare function maybeDelegateCommandToCustomHandler(params: { commandName: CommandName; buildContext: BuildContext; }): Promise<{ hasBeenHandled: boolean; }>;