Type alias CellContentMetadata

CellContentMetadata: {
    readonly [K in keyof NotebookCellMetadata]?: boolean
}