Skip to content

Commit

Permalink
feat: making NL_APPVERSION optional (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadaf-A authored Feb 23, 2024
1 parent 5fd967f commit 28620b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/globals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ declare interface Window {
/** Application identifier */
NL_APPID: string;
/** Application version */
NL_APPVERSION: string;
NL_APPVERSION?: string;
/** Application path */
NL_PATH: string;
/** Returns true if extensions are enabled */
Expand Down

0 comments on commit 28620b4

Please sign in to comment.