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