Skip to content

Instantly share code, notes, and snippets.

@victory-sokolov
Created June 11, 2023 19:38
Show Gist options
  • Save victory-sokolov/2f657e1b29e395c8a3fac00b716f0f68 to your computer and use it in GitHub Desktop.
Save victory-sokolov/2f657e1b29e395c8a3fac00b716f0f68 to your computer and use it in GitHub Desktop.
TypeScript TypeDefefnitions
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