socket channels
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"ignore": ["**/*.test.ts", "**/*.spec.ts", "node_modules"],
|
"ignore": ["**/*.test.ts", "**/*.spec.ts", "node_modules"],
|
||||||
"watch": ["./"],
|
"watch": ["./", "../common"],
|
||||||
"exec": "npm run start:dev",
|
"exec": "npm run start:dev",
|
||||||
"ext": "ts"
|
"ext": "ts"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
type SocketEvents = {
|
||||||
|
request: object
|
||||||
|
response: object
|
||||||
|
}
|
||||||
|
|
||||||
|
export const SOCKET_EVENTS: SocketEvents = {
|
||||||
|
request: {
|
||||||
|
|
||||||
|
}
|
||||||
|
response : {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user