Skip to content

Commit

Permalink
feat: Extend ojs Node type
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Oct 16, 2022
1 parent f44f2fb commit 17dba08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/observable-shim/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ export namespace ohq {
// NodeEx ---
start?: number;
end?: number;
private?: boolean;
outputs?: string[];
}

export interface Notebook {
Expand Down

0 comments on commit 17dba08

Please sign in to comment.