aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/declaration.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/demobank-ui/src/declaration.d.ts')
-rw-r--r--packages/demobank-ui/src/declaration.d.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/demobank-ui/src/declaration.d.ts b/packages/demobank-ui/src/declaration.d.ts
index a37485272..462287c59 100644
--- a/packages/demobank-ui/src/declaration.d.ts
+++ b/packages/demobank-ui/src/declaration.d.ts
@@ -421,3 +421,6 @@ namespace SandboxBackend {
type CashoutStatusResponseWithId = CashoutStatusResponse & { id: string };
}
}
+
+declare const __VERSION__: string;
+declare const __GIT_HASH__: string;