interface Escape {
    raw: string;
    text: string;
    type: "escape";
}

Properties

Properties

raw: string
text: string
type: "escape"