Skip to content

Commit b0089c9

Browse files
committed
removed duplicate interface
Signed-off-by: Jonah Iden <jonah.iden@typefox.io>
1 parent 4fd3df5 commit b0089c9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/notebook/src/common/notebook-common.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,6 @@ export interface NotebookCellStatusBarItemProvider {
126126
provideCellStatusBarItems(uri: UriComponents, index: number, token: CancellationToken): Promise<NotebookCellStatusBarItemList | undefined>;
127127
}
128128

129-
export interface OutputItemDto {
130-
readonly mime: string;
131-
readonly data: BinaryBuffer;
132-
}
133-
134129
export interface CellOutput {
135130
outputs: OutputItemDto[];
136131
metadata?: Record<string, unknown>;

0 commit comments

Comments
 (0)