Skip to content

Commit

Permalink
removed duplicate interface
Browse files Browse the repository at this point in the history
Signed-off-by: Jonah Iden <[email protected]>
  • Loading branch information
jonah-iden committed May 2, 2023
1 parent 4fd3df5 commit b0089c9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/notebook/src/common/notebook-common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,6 @@ export interface NotebookCellStatusBarItemProvider {
provideCellStatusBarItems(uri: UriComponents, index: number, token: CancellationToken): Promise<NotebookCellStatusBarItemList | undefined>;
}

export interface OutputItemDto {
readonly mime: string;
readonly data: BinaryBuffer;
}

export interface CellOutput {
outputs: OutputItemDto[];
metadata?: Record<string, unknown>;
Expand Down

0 comments on commit b0089c9

Please sign in to comment.