Skip to content

Commit

Permalink
chore(router): clean commented type
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohr committed Nov 26, 2024
1 parent c7333ea commit f95e16d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions libs/feature/router/src/lib/default/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { DateRange } from '@geonetwork-ui/api/repository'
// import { FieldsService, FieldValue } from '@geonetwork-ui/feature/search'

export const ROUTER_STATE_KEY = 'router'

Expand All @@ -16,9 +15,3 @@ export type SearchRouteParams = Record<
string,
string | string[] | number | DateRange
>
//TODO: type RouteParamKey correctly
// type RouteParamKey = ROUTE_PARAMS[string] | FieldsService['fields'][string]
// export type SearchRouteParams = Record<
// RouteParamKey,
// FieldValue[] | FieldValue | DateRange
// >

0 comments on commit f95e16d

Please sign in to comment.