1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-11 06:10:05 +00:00

fix(context): fixed 'ContextAllAttributes' interface

This commit is contained in:
Yury Shkoda
2020-09-24 16:51:50 +03:00
parent e6d0d3efd5
commit 4552a9a856
11 changed files with 3914 additions and 12 deletions

View File

@@ -26,6 +26,9 @@ export interface ContextAllAttributes {
createdBy: string
creationTimeStamp: string
launchType: string
environment: {
autoExecLines: [string]
}
launchContext: {
contextName: string
}