diff --git a/src/utils/filter.ts b/src/utils/filter.ts index b09b4118..b387c7ed 100644 --- a/src/utils/filter.ts +++ b/src/utils/filter.ts @@ -1,7 +1,7 @@ import uniqBy from "lodash/uniqBy"; // Entity or object with path property -interface PathObject { +export interface PathObject { path: string; }