diff --git a/src/reducers/application.tsx b/src/reducers/application.tsx index 28975188e..f273ed39d 100644 --- a/src/reducers/application.tsx +++ b/src/reducers/application.tsx @@ -42,7 +42,7 @@ export type ServerPorts = { secure: number; }; -type StatusMessageType = { +export type StatusMessageType = { msg: string; sender: string; };