Type alias NullablePartialNotebookCellInternalMetadata

NullablePartialNotebookCellInternalMetadata: {
    [Key in keyof Partial<NotebookCellInternalMetadata>]: NotebookCellInternalMetadata[Key] | null
}