| 1106 | } |
| 1107 | |
| 1108 | export interface CellStreamOutput { |
| 1109 | outputKind: CellOutputKind.Text; |
| 1110 | text: string; |
| 1111 | } |
| 1112 | |
| 1113 | export interface CellErrorOutput { |
| 1114 | outputKind: CellOutputKind.Error; |
nothing calls this directly
no outgoing calls
no test coverage detected