GitHub

DaffFilterRangeNumericRequest

import { DaffFilterRangeNumericRequest } from '@daffodil/core'

Describes filter range requests for numbers; i.e. prices.

interface DaffFilterRangeNumericRequest {
  type: DaffFilterType.RangeNumeric
}

Properties

type
DaffFilterType.RangeNumeric

The filter type.