Complete shared message type migration

This commit is contained in:
2026-07-20 19:27:36 +02:00
parent e93524c403
commit 3827f803c5
4 changed files with 14 additions and 11 deletions
+4 -2
View File
@@ -1,3 +1,5 @@
import { WrapperStatusMessage } from "server-manager-shared";
export interface WrapperInfo {
id:string;
@@ -19,7 +21,7 @@ export interface WrapperInfo {
lastHeartbeat:number;
servers:string[];
servers: WrapperStatusMessage["servers"];
}
@@ -152,7 +154,7 @@ export class WrapperRegistry {
}
updateStatus(data:any){
updateStatus(data: WrapperStatusMessage){
const wrapper =