Remove resultSet from IDisplayResult metadata (#13450)

* remove resultSet from IDisplayResult metadata

* remove metadata from IDisplayResult
This commit is contained in:
Lucy Zhang
2020-11-16 17:54:09 -08:00
committed by GitHub
parent 271fe62344
commit c898b50b94

6
src/sql/azdata.d.ts vendored
View File

@@ -4737,12 +4737,6 @@ declare module 'azdata' {
* This is dynamic and is controlled by kernels, so cannot be more specific
*/
data: { [key: string]: any };
/**
* Optional metadata, also a mime bundle
*/
metadata?: {
resultSet?: ResultSetSummary;
};
}
export interface IDisplayData extends IDisplayResult {
output_type: 'display_data';