GitHub

DaffFilterRangeNumericRequest

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

import { DaffFilterRangeNumericRequest } from '@daffodil/core'
interface DaffFilterRangeNumericRequest {
  type: DaffFilterType.RangeNumeric
}

Properties

Name Type Description
type DaffFilterType.RangeNumeric

The filter type.