mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -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
|
* This is dynamic and is controlled by kernels, so cannot be more specific
|
||||||
*/
|
*/
|
||||||
data: { [key: string]: any };
|
data: { [key: string]: any };
|
||||||
/**
|
|
||||||
* Optional metadata, also a mime bundle
|
|
||||||
*/
|
|
||||||
metadata?: {
|
|
||||||
resultSet?: ResultSetSummary;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
export interface IDisplayData extends IDisplayResult {
|
export interface IDisplayData extends IDisplayResult {
|
||||||
output_type: 'display_data';
|
output_type: 'display_data';
|
||||||
|
|||||||
Reference in New Issue
Block a user