interface CodeBlock {
    code: string;
    options: string;
}

Properties

Properties

code: string
options: string