Add generic type for kcContext.properties

This commit is contained in:
Joseph Garrone
2024-03-02 08:52:33 +01:00
parent a2b167e120
commit 1bb0c9dfc2
4 changed files with 6 additions and 2 deletions

View File

@ -116,6 +116,7 @@ export declare namespace KcContext {
*/
exists: (fieldName: string) => boolean;
};
properties: Record<string, string | undefined>;
};
export type SamlPostForm = Common & {