File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
- import _STATIC from "./static.json" ;
1
+ import _STATIC from "./static-andy-11-11 .json" with { type : "json" } ;
2
2
import { defaultsDeep , get as _get } from "lodash" ;
3
3
import { ThemeSettings } from "@/theme" ;
4
4
5
5
import type { ResultListingComponentOptions } from "@/components/ResultListing" ;
6
6
import type { ResultComponentOptions } from "@/components/Result" ;
7
7
import { NavigationOptions } from "@/components/Navigation" ;
8
8
9
+ import type { GFacet } from "@globus/sdk/cjs/services/search/service/query" ;
10
+
9
11
/**
10
12
* The base type for a `static.json` file.
11
13
*/
@@ -141,12 +143,7 @@ export type Data = {
141
143
* The UUID of the Globus Search Index that will be used as the data source.
142
144
*/
143
145
index : string ;
144
- facets ?: {
145
- name ?: string ;
146
- field_name : string ;
147
- type : string ;
148
- size : number ;
149
- } [ ] ;
146
+ facets ?: GFacet [ ] ;
150
147
} ;
151
148
} ;
152
149
} ;
You can’t perform that action at this time.
0 commit comments