Skip to content

Commit

Permalink
add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Sep 18, 2023
1 parent 46fa861 commit e5e9d58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/application/src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ export interface INotebookPathOpener {
}

export namespace INotebookPathOpener {
/**
* The options used to open a path in the application.
*/
export interface IOpenOptions {
/**
* The URL prefix, which should include the base URL
Expand Down

0 comments on commit e5e9d58

Please sign in to comment.