1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 11:24:35 +00:00

chore: build fix

This commit is contained in:
Saad Jutt
2021-11-11 03:51:01 +05:00
parent 1814c3a1f4
commit 7b8cd0892c

View File

@@ -1,5 +1,5 @@
declare namespace NodeJS {
export interface Process {
sessionController?: import('../controllers/Session').SessionController
sessionController?: import('../controllers/internal').SessionController
}
}