diff --git a/libs/red-ui-http/src/lib/model/typeValue.ts b/libs/red-ui-http/src/lib/model/typeValue.ts index 371c2a293..f3be607f4 100644 --- a/libs/red-ui-http/src/lib/model/typeValue.ts +++ b/libs/red-ui-http/src/lib/model/typeValue.ts @@ -18,9 +18,10 @@ export interface TypeValue { * True if the entries in this type should be matched case insensitively, default is false. */ caseInsensitive?: boolean; - + /** + * Can add to Dictionary + */ addToDictionaryAction?: boolean; - defaultFilter?: boolean; /** * The value of color must be a correct hex color */