Variable: ExpressionOperatorTypeSchema
const ExpressionOperatorTypeSchema: ZodEnum<["and", "or", "not", "and_not", "or_not"]>;
Defined in: src/models/dlp-data-profile.ts:7
Boolean operator on an expression-tree node.
const ExpressionOperatorTypeSchema: ZodEnum<["and", "or", "not", "and_not", "or_not"]>;
Defined in: src/models/dlp-data-profile.ts:7
Boolean operator on an expression-tree node.