Add themeVersion in KcContext type

This commit is contained in:
Joseph Garrone
2023-11-22 18:00:29 +01:00
parent bb007ddce5
commit e1afc1cf7a
4 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,7 @@ export type KcContext =
export declare namespace KcContext {
export type Common = {
themeVersion: string;
keycloakifyVersion: string;
themeType: "login";
themeName: string;