Add client.description in type kcContext type def

This commit is contained in:
garronej 2021-10-17 19:17:58 +02:00
parent 04bf3692e4
commit c6cab82546

View File

@ -65,6 +65,7 @@ export declare namespace KcContextBase {
client: {
clientId: string;
name?: string;
description?: string;
};
isAppInitiatedAction: boolean;
messagesPerField: {