Type Alias ControlOfSocket<S>

ControlOfSocket<S>: S extends keyof typeof socketToControl
    ? typeof socketToControl[S]
    : "text"

Type Parameters