UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

10 lines (9 loc) 311 B
import type { BuildContext } from "../shared/buildContext"; export declare function command(params: { buildContext: BuildContext; cliCommandOptions: { port: number | undefined; keycloakVersion: string | undefined; realmJsonFilePath: string | undefined; }; }): Promise<void>;