Skip to content

Commit

Permalink
Remove dead code (type IOutputRequestDto) (microsoft#207971)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne authored and chen-ky committed Mar 18, 2024
1 parent 06fdf7f commit 54e7c13
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,23 +168,6 @@ export interface IClearMessage {
readonly type: 'clear';
}

export interface IOutputRequestMetadata {
/**
* Additional attributes of a cell metadata.
*/
readonly custom?: { readonly [key: string]: unknown };
}

export interface IOutputRequestDto {
/**
* { mime_type: value }
*/
readonly data: { readonly [key: string]: unknown };

readonly metadata?: IOutputRequestMetadata;
readonly outputId: string;
}

export interface OutputItemEntry {
readonly mime: string;
readonly valueBytes: Uint8Array;
Expand Down

0 comments on commit 54e7c13

Please sign in to comment.