import { DaffFilterable } from '@daffodil/core'
Describes an object that allows a specific entity to be filterable.
interface DaffFilterable { filters: Record<string, DaffFilter> }
Record<string, DaffFilter>
The available filters.