Interface WsCallbackMap

interface WsCallbackMap {
    all: ((data) => any);
    event: ((event) => any);
    message: ((msg) => any);
}

Properties

Properties

all: ((data) => any)

Type declaration

event: ((event) => any)

Type declaration

    • (event): any
    • Parameters

      Returns any

message: ((msg) => any)

Type declaration

Generated using TypeDoc