Interface CellOutputItem

interface CellOutputItem {
    data: BinaryBuffer;
    mime: string;
}

Properties

Properties

data: BinaryBuffer
mime: string