interface Codespan {
    raw: string;
    text: string;
    type: "codespan";
}

Hierarchy (view full)

Properties

Properties

raw: string
text: string
type: "codespan"