MCPcopy
hub / github.com/nilbuild/developer-roadmap / MarkdownFileType

Interface MarkdownFileType

src/lib/File.ts:1–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface MarkdownFileType<T = Record<string, string>> {
2 frontmatter: T;
3 file: string;
4 url?: string;
5 Content: any;
6 getHeadings: () => {
7 depth: number;
8 slug: string;
9 text: string;
10 }[];
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected