daffRemoveRequestFromFilters
Undoes any applied options of a particular filter of a dictionary of DaffFilter
that match the DaffFilterRequest
, returning the dictionary of DaffFilter
.
const daffRemoveRequestFromFilters: (request: DaffFilterRequest, filters: Record<string, DaffFilter>) => Record<string, DaffFilter>