import { DaffFilterOptionBase } from '@daffodil/core'
The base type of a filter option.
interface DaffFilterOptionBase { applied: boolean }
boolean
Whether or not the filter option is applied.