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

Interface AxesMetadata

api/metadata/src/types.ts:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1type CFRouterContext = [env: Env, ctx: ExecutionContext];
2
3interface AxesMetadata {
4 default: string;
5 min: string;
6 max: string;
7 step: string;
8}
9
10type VariableMetadata = Record<string, AxesMetadata>;
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected