6 lines
129 B
TypeScript
6 lines
129 B
TypeScript
|
|
export const wsConfig = {
|
||
|
|
infoBar: "ws://100.115.148.59/websocket-infobar",
|
||
|
|
};
|
||
|
|
|
||
|
|
export type SocketKey = keyof typeof wsConfig;
|