UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

5 lines (4 loc) 153 B
import type { BuildContext } from "../shared/buildContext"; export declare function command(params: { buildContext: BuildContext; }): Promise<void>;