MCPcopy
hub / github.com/freshframework/fresh / Data

Interface Data

www/routes/docs/[...slug].tsx:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19import { define } from "../../utils/state.ts";
20
21interface Data {
22 page: Page;
23}
24
25interface NavEntry {
26 title: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected