Type alias SocketMethods<S>

SocketMethods<S>: {
    [K in Sk<S["presets"]>]: ((content?, targetFilter?) => DefBack<S, K, "returns">)
}

Type Parameters

Generated using TypeDoc