eslint-plugin-copilot Documentation / _internal/frontmatter / FrontmatterDocument
Type Alias: FrontmatterDocument
type FrontmatterDocument = Readonly<{
body: string;
content: string;
fields: ReadonlyMap<string, FrontmatterField>;
}>;
Defined in: _internal/frontmatter.ts:7
Parsed frontmatter bundle extracted from the start of a Markdown document.