Files
BayIQ-UI/src/app/config/wsconfig.ts
2025-11-28 09:18:46 +00:00

6 lines
129 B
TypeScript

export const wsConfig = {
infoBar: "ws://100.115.125.56/websocket-infobar",
};
export type SocketKey = keyof typeof wsConfig;