MCPcopy
hub / github.com/majodev/google-webfonts-helper / IGoogleFontsResItem

Interface IGoogleFontsResItem

server/logic/fetchGoogleFonts.ts:30–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30interface IGoogleFontsResItem {
31 family: string;
32 variants: string[];
33 subsets: string[];
34 version: string;
35 lastModified: string;
36 files: {
37 [key: string]: string;
38 };
39 category: string;
40 kind: "webfonts#webfont";
41}
42
43// build up fonts cache via google API...
44export async function fetchGoogleFonts(): Promise<IFontItem[]> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected