import { OperatorEnum } from './OperatorEnum'; export type FolderRuleRequest = { field: string; operator: OperatorEnum; value: string; };