GitHub

DaffFilterRangeNumeric

import { DaffFilterRangeNumeric } from '@daffodil/core'

An interface that describes filters that are a range of numbers; i.e. prices.

interface DaffFilterRangeNumeric {
  type: DaffFilterType.RangeNumeric
}

Properties

type
DaffFilterType.RangeNumeric

The type of filter.