Update types to reflect what is actually there on the kcContext

This commit is contained in:
Joseph Garrone 2024-02-21 20:43:18 +01:00
parent 2a88e6802f
commit 442bfa4ed6

View File

@ -84,7 +84,7 @@ export declare namespace KcContext {
description?: string; description?: string;
attributes: Record<string, string>; attributes: Record<string, string>;
}; };
isAppInitiatedAction: boolean; isAppInitiatedAction?: boolean;
messagesPerField: { messagesPerField: {
/** /**
* Return text if message for given field exists. Useful eg. to add css styles for fields with message. * Return text if message for given field exists. Useful eg. to add css styles for fields with message.