interface DocumentHeading {
    level: number;
    text: string;
}

Properties

Properties

level: number
text: string