Skip to content

Commit

Permalink
Add missing type data
Browse files Browse the repository at this point in the history
  • Loading branch information
shalithasuranga committed Nov 28, 2024
1 parent 3661028 commit 9931e59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ interface Window {
NL_APPVERSION: string;
/** Application path */
NL_PATH: string;
/** Application data path */
NL_DATAPATH: string;
/** Returns true if extensions are enabled */
NL_EXTENABLED: boolean;
/** Returns true if the client library is injected */
Expand Down
1 change: 1 addition & 0 deletions src/types/api/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export interface WindowOptions extends WindowSizeOptions, WindowPosOptions {
extendUserAgentWith?: string;
injectGlobals?: boolean;
injectClientLibrary?: boolean;
injectScript?: string;
processArgs?: string;
}

Expand Down

0 comments on commit 9931e59

Please sign in to comment.