Created
June 11, 2023 19:38
-
-
Save victory-sokolov/2f657e1b29e395c8a3fac00b716f0f68 to your computer and use it in GitHub Desktop.
TypeScript TypeDefefnitions
This file contains hidden or 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
declare module 'express-session' { | |
export interface SessionData { | |
userName: string; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment