mirror of
https://github.com/sasjs/server.git
synced 2026-06-09 18:10:21 +00:00
chore: code fixes
This commit is contained in:
Vendored
+1
-1
@@ -1,11 +1,11 @@
|
||||
declare namespace NodeJS {
|
||||
export interface Process {
|
||||
runTimes: string[]
|
||||
sasLoc: string
|
||||
driveLoc: string
|
||||
sasSessionController?: import('../../controllers/internal').SASSessionController
|
||||
jsSessionController?: import('../../controllers/internal').JSSessionController
|
||||
appStreamConfig: import('../').AppStreamConfig
|
||||
logger: import('@sasjs/utils/logger').Logger
|
||||
runTimes: import('../../utils').RunTimeType[]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user