addded typevalue/dict description
This commit is contained in:
parent
a1c7ef69b6
commit
82e9bf6979
@ -42,4 +42,8 @@ export interface Dictionary {
|
||||
* The RuleSet Id for this type
|
||||
*/
|
||||
ruleSetId?: string;
|
||||
/**
|
||||
* The description of this dictionary
|
||||
*/
|
||||
description?: string;
|
||||
}
|
||||
|
||||
@ -45,6 +45,11 @@ export interface TypeValue {
|
||||
*/
|
||||
ruleSetId?: string;
|
||||
|
||||
/**
|
||||
* The description of this dictionary
|
||||
*/
|
||||
description?: string;
|
||||
|
||||
isDefaultFilter?: boolean;
|
||||
|
||||
virtual?: boolean;
|
||||
|
||||
@ -34,4 +34,8 @@ export interface UpdateTypeValue {
|
||||
* True if the type just for recommendations, not for redaction, default is false.
|
||||
*/
|
||||
recommendation?: boolean;
|
||||
/**
|
||||
* The description of this dictionary
|
||||
*/
|
||||
description?: string;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user