Skip to content

Commit

Permalink
Add declareative types
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-s-ccs committed Nov 16, 2021
1 parent 519688a commit b1e8f3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import { Session } from 'express-session'
import { Tables } from './data/tables'
import { Tables } from '../types/data/tables'

declare module 'express-session' {
interface Session {
Expand Down

0 comments on commit b1e8f3d

Please sign in to comment.