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