1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-08 23:10:05 +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 { declare namespace NodeJS {
export interface Process { export interface Process {
sessionController?: import('../controllers/Session').SessionController sessionController?: import('../controllers/internal').SessionController
} }
} }