forked from vercel/commerce
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vercel#629: Type error: Property 'token' does not exist on type Global (
- Loading branch information
1 parent
c95f292
commit b88d334
Showing
2 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
declare module NodeJS { | ||
interface Global { | ||
token: string | null | undefined | ||
} | ||
export interface CustomNodeJsGlobal extends NodeJS.Global { | ||
token: string | null | undefined | ||
} |