Merge pull request #1096 from saishankar404/feat/ui-version-label

add app version label
This commit is contained in:
Dotta
2026-03-17 09:50:04 -05:00
committed by GitHub
5 changed files with 22 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
export type HealthStatus = {
status: "ok";
version?: string;
deploymentMode?: "local_trusted" | "authenticated";
deploymentExposure?: "private" | "public";
authReady?: boolean;