import { DaffFilterRangeNumericRequest } from '@daffodil/core'
Describes filter range requests for numbers; i.e. prices.
interface DaffFilterRangeNumericRequest {
type: DaffFilterType.RangeNumeric
}
type DaffFilterType.RangeNumeric |
---|
The filter type. |