Interface NotebookOutputItemDto

interface NotebookOutputItemDto {
    mime: string;
    valueBytes: BinaryBuffer;
}

Properties

Properties

mime: string
valueBytes: BinaryBuffer