Update keycloakify
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
// This file is auto-generated by the `update-kc-gen` command. Do not edit it manually.
|
||||
// Hash: 52e835881710cf6fd39c1589bb9282feccdcf06c9547d41c919576489f251d2f
|
||||
// Hash: 09b09a6c36072d5cf2f8484ab3dc720d28ec8c126df1bafb0b2214a0139848c7
|
||||
|
||||
/* eslint-disable */
|
||||
|
||||
@ -19,6 +19,11 @@ export const kcEnvNames: KcEnvName[] = [];
|
||||
|
||||
export const kcEnvDefaults: Record<KcEnvName, string> = {};
|
||||
|
||||
/**
|
||||
* NOTE: Do not import this type except maybe in your entrypoint.
|
||||
* If you need to import the KcContext import it either from src/login/KcContext.ts or src/account/KcContext.ts.
|
||||
* Depending on the theme type you are working on.
|
||||
*/
|
||||
export type KcContext = import("./login/KcContext").KcContext;
|
||||
|
||||
declare global {
|
||||
|
Reference in New Issue
Block a user