import { DaffFilterType } from '@daffodil/core'
The known types of filters.
enum DaffFilterType { Equal = DaffFilterType.Equal, RangeNumeric = DaffFilterType.RangeNumeric, }