interface Strong {
    raw: string;
    text: string;
    tokens: Token[];
    type: "strong";
}

Hierarchy (view full)

Properties

Properties

raw: string
text: string
tokens: Token[]
type: "strong"