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

Interface TableOfContentsEntry

www/data/docs.ts:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import toc from "../../docs/toc.ts";
2
3export interface TableOfContentsEntry {
4 slug: string;
5 title: string;
6 category?: string;
7 href: string;
8 file: string;
9}
10
11export interface TableOfContentsCategory {
12 title: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected