diff options
Diffstat (limited to 'ui/src/state/models.ts')
| -rw-r--r-- | ui/src/state/models.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/src/state/models.ts b/ui/src/state/models.ts index f11ce651..5afcb804 100644 --- a/ui/src/state/models.ts +++ b/ui/src/state/models.ts @@ -32,3 +32,9 @@ export interface Alias { name: string; value: string; } + +export interface Var { + name: string; + value: string; + export: bool; +} |
