MCPcopy Create free account
hub / github.com/anomalyco/models.dev / PageMetadata

Interface PageMetadata

packages/web/src/render.tsx:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38type ActiveSection = "models" | "providers" | "labs";
39
40interface PageMetadata {
41 title: string;
42 description: string;
43}
44
45interface RenderedPage {
46 html: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected