feat: expose runtime version in gateway status

This commit is contained in:
Peter Steinberger
2026-03-12 02:55:25 +00:00
parent e95f2dcd6e
commit 5ca780fa78
6 changed files with 94 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ export type HeartbeatStatus = {
};
export type StatusSummary = {
runtimeVersion?: string | null;
linkChannel?: {
id: ChannelId;
label: string;