From cea48a1545250429b78235b2ad00b8243923e2b2 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 29 Apr 2024 14:59:59 +0100 Subject: feat(ui/dotfiles): add vars (#1989) --- ui/src/state/models.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ui/src/state/models.ts') 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; +} -- cgit v1.3.1