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

Interface DownloadRequest

api/metadata/src/variable/router.ts:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13import { type AxisRegistry, isAxisRegistryQuery } from './types';
14
15interface DownloadRequest extends IRequestStrict {
16 id: string;
17}
18
19const router = Router<DownloadRequest, CFRouterContext>();
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected