Notebooks: Remove result set summary from saved metadata (#13616)

* remove result set summary from metadata

* remove batchId and id from celloutputmetadata

* remove extra line
This commit is contained in:
Lucy Zhang
2020-12-07 12:28:07 -08:00
committed by GitHub
parent 6c89c61b0d
commit f96fd911c1
8 changed files with 38 additions and 38 deletions

View File

@@ -74,10 +74,6 @@ declare module 'azdata' {
data: any;
}
export interface ICellOutputMetadata {
resultSet?: ResultSetSummary;
}
export interface INotebookMetadata {
connection_name?: string;
}