interface Code {
    codeBlockStyle?: "indented";
    lang?: string;
    raw: string;
    text: string;
    type: "code";
}

Hierarchy (view full)

Properties

codeBlockStyle?: "indented"
lang?: string
raw: string
text: string
type: "code"