Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
19
import { define } from
"../../utils/state.ts"
;
20
21
interface Data {
22
page: Page;
23
}
24
25
interface NavEntry {
26
title: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected