yaschema-ws-api-client
    Preparing search index...

    Type Alias WsApiRequestors<RequestCommandsT>

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

    Type Parameters

    • RequestCommandsT extends AnyCommands