import { DaffFilterRangeNumeric } from '@daffodil/core'
An interface that describes filters that are a range of numbers; i.e. prices.
interface DaffFilterRangeNumeric {
type: DaffFilterType.RangeNumeric
}
type DaffFilterType.RangeNumeric |
---|
The type of filter. |