mirror of
https://github.com/sasjs/server.git
synced 2026-01-09 07:20:05 +00:00
refactor: specs + cleanup
This commit is contained in:
@@ -5,5 +5,6 @@ export interface Session {
|
||||
deathTimeStamp: string
|
||||
path: string
|
||||
inUse: boolean
|
||||
completed?: boolean
|
||||
completed: boolean
|
||||
crashed?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user