Updates
This commit is contained in:
@@ -231,6 +231,8 @@ export const WebSocketEvents = [
|
||||
export type WebSocketDataType = {
|
||||
event: (typeof WebSocketEvents)[number];
|
||||
message?: string;
|
||||
service?: ParsedDeploymentServiceConfig;
|
||||
server?: NormalizedServerObject;
|
||||
};
|
||||
|
||||
export type WebSocketType = {
|
||||
|
||||
Reference in New Issue
Block a user