import { daffRemoveRequestsFromFilters } from '@daffodil/core'
Undoes all applied options of a dictionary of DaffFilter
that match any of the DaffFilterRequest,
returning the updated dictionary of DaffFilter.
const daffRemoveRequestsFromFilters: (requests: DaffFilterRequest[], filters: Record<string, DaffFilter>) => Record<string, DaffFilter>