Types.DidCloseNotebookDocumentParamsSourcetype t = {cellTextDocuments : TextDocumentIdentifier.t list;notebookDocument : NotebookDocumentIdentifier.t;}val create :
cellTextDocuments:TextDocumentIdentifier.t list ->
notebookDocument:NotebookDocumentIdentifier.t ->
t