Skip to content

Commit 9ccb0fa

Browse files
authored
Remove dead code (type IOutputRequestDto) (#207971)
1 parent 9f25e63 commit 9ccb0fa

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

src/vs/workbench/contrib/notebook/browser/view/renderers/webviewMessages.ts

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -168,23 +168,6 @@ export interface IClearMessage {
168168
readonly type: 'clear';
169169
}
170170

171-
export interface IOutputRequestMetadata {
172-
/**
173-
* Additional attributes of a cell metadata.
174-
*/
175-
readonly custom?: { readonly [key: string]: unknown };
176-
}
177-
178-
export interface IOutputRequestDto {
179-
/**
180-
* { mime_type: value }
181-
*/
182-
readonly data: { readonly [key: string]: unknown };
183-
184-
readonly metadata?: IOutputRequestMetadata;
185-
readonly outputId: string;
186-
}
187-
188171
export interface OutputItemEntry {
189172
readonly mime: string;
190173
readonly valueBytes: Uint8Array;

0 commit comments

Comments
 (0)