This commit is contained in:
Eugene Pankov
2017-05-14 13:45:14 +02:00
parent 791822be12
commit c0f7cd9a7a
10 changed files with 56 additions and 40 deletions

View File

@@ -20,6 +20,8 @@ export interface SessionOptions {
args?: string[]
cwd?: string
env?: any
width?: number
height?: number
recoveryId?: string
recoveredTruePID$?: Observable<number>
}