UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

11 lines (10 loc) 300 B
export type BuildContextLike = { projectDirPath: string; packageJsonFilePath: string; }; export declare function addSyncExtensionsToPostinstallScript(params: { parsedPackageJson: { scripts?: Record<string, string | undefined>; }; buildContext: BuildContextLike; }): void;