interface MarkdownHeading {
    depth: number;
    slug: string;
    text: string;
}

Properties

Properties

depth: number
slug: string
text: string