interface Heading {
    depth: number;
    type: "heading";
}

Hierarchy (view full)

Properties

Properties

depth: number
type: "heading"

Generated using TypeDoc