Type Alias WsApiRequestors<RequestCommandsT>

WsApiRequestors<RequestCommandsT>: {
    [K in keyof RequestCommandsT & string]: ((value: RequestCommandsT[K]["valueType"]) => Promise<void>)
}

Type Parameters

  • RequestCommandsT extends AnyCommands