Add client.description in type kcContext type def
This commit is contained in:
@ -65,6 +65,7 @@ export declare namespace KcContextBase {
|
|||||||
client: {
|
client: {
|
||||||
clientId: string;
|
clientId: string;
|
||||||
name?: string;
|
name?: string;
|
||||||
|
description?: string;
|
||||||
};
|
};
|
||||||
isAppInitiatedAction: boolean;
|
isAppInitiatedAction: boolean;
|
||||||
messagesPerField: {
|
messagesPerField: {
|
||||||
|
Reference in New Issue
Block a user