interface Hr {
    raw: string;
    type: "hr";
}

Properties

Properties

raw: string
type: "hr"