| 65 | } |
| 66 | |
| 67 | export interface AlgoliaMetadata extends BaseHit { |
| 68 | objectID: string; |
| 69 | family: string; |
| 70 | subsets: string[]; |
| 71 | weights: number[]; |
| 72 | styles: string[]; |
| 73 | defSubset: string; |
| 74 | category: string; |
| 75 | variable: boolean; |
| 76 | lastModified: number; |
| 77 | downloadMonth: number; |
| 78 | randomIndex: number; |
| 79 | } |
nothing calls this directly
no outgoing calls
no test coverage detected