mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 01:25:37 -05:00
Remove resultSet from IDisplayResult metadata (#13450)
* remove resultSet from IDisplayResult metadata * remove metadata from IDisplayResult
This commit is contained in:
6
src/sql/azdata.d.ts
vendored
6
src/sql/azdata.d.ts
vendored
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user