interface RmdInfo {
    blocks: CodeBlock[];
    options: object;
    type: "Rmd";
}

Properties

Properties

blocks: CodeBlock[]
options: object
type: "Rmd"