Type alias TransientCellMetadata

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