This commit is contained in:
2026-03-10 05:41:27 +00:00
parent 58ef4eaaae
commit f26227c7a8
14 changed files with 374 additions and 29 deletions
+2
View File
@@ -231,6 +231,8 @@ export const WebSocketEvents = [
export type WebSocketDataType = {
event: (typeof WebSocketEvents)[number];
message?: string;
service?: ParsedDeploymentServiceConfig;
server?: NormalizedServerObject;
};
export type WebSocketType = {