Type alias TransientDocumentMetadata

TransientDocumentMetadata: {
    readonly [K in keyof NotebookDocumentMetadata]?: boolean
}