Fixes #460: Fixes KcContext to contain attributes for client object

This commit is contained in:
Felix Gustavsson
2023-11-30 16:47:21 +01:00
parent b442e7d958
commit 1f6751cb01
2 changed files with 9 additions and 4 deletions

View File

@ -82,6 +82,7 @@ export declare namespace KcContext {
clientId: string;
name?: string;
description?: string;
attributes: Record<string, string>;
};
isAppInitiatedAction: boolean;
messagesPerField: {