Interface NotebookCellMetadata

interface NotebookCellMetadata {
    [key: string]: unknown;
}

Indexable

[key: string]: unknown

custom metadata