interface HTML {
    pre: boolean;
    raw: string;
    text: string;
    type: "html";
}

Hierarchy (view full)

Properties

Properties

pre: boolean
raw: string
text: string
type: "html"