fix: add activeEngineId and activeRunDir to PausedSessionMetadata interface
This commit is contained in:
parent
7c7e800609
commit
80a09a3503
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ export interface PausedSessionMetadata {
|
|||
sessionFile?: string | null;
|
||||
unitType?: string;
|
||||
unitId?: string;
|
||||
activeEngineId?: string;
|
||||
activeRunDir?: string | null;
|
||||
}
|
||||
|
||||
export interface InterruptedSessionAssessment {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue