daffApplyRequestToFilters
Applies a DaffFilterRequest
to a dictionary of DaffFilter
returning the updated dictionary.
import { daffApplyRequestToFilters } from '@daffodil/core'
const daffApplyRequestToFilters: (request: DaffFilterRequest, filters: Record<string, DaffFilter>) => Record<string, DaffFilter>