Files
BayIQ-UI/src/app/config/wsconfig.ts

6 lines
129 B
TypeScript
Raw Normal View History

2025-11-20 19:09:43 +00:00
export const wsConfig = {
2025-11-28 09:18:46 +00:00
infoBar: "ws://100.115.125.56/websocket-infobar",
2025-11-20 19:09:43 +00:00
};
export type SocketKey = keyof typeof wsConfig;