MCPcopy Create free account
hub / github.com/fontsource/fontsource / AlgoliaMetadata

Interface AlgoliaMetadata

website/app/utils/types.ts:67–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67export 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected