UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

10 lines (9 loc) 303 B
import { type ParsedRealmJson } from "./ParsedRealmJson"; export type BuildContextLike = { cacheDirPath: string; }; export declare function dumpContainerConfig(params: { realmName: string; keycloakMajorVersionNumber: number; buildContext: BuildContextLike; }): Promise<ParsedRealmJson>;