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

Interface ArrayMetadataItem

api/metadata/src/fonts/types.ts:1–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface ArrayMetadataItem {
2 id: string;
3 family: string;
4 subsets: string[];
5 weights: number[];
6 styles: string[];
7 defSubset: string;
8 variable: boolean;
9 lastModified: string;
10 category: string;
11 license: string;
12 type: string;
13}
14
15type ArrayMetadata = ArrayMetadataItem[];
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected