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

    Type Alias WsApiResponseHandlers<RequestCommandsT, ResponseCommandsT, QueryT>

    WsApiResponseHandlers: {
        [K in keyof ResponseCommandsT & string]: WsApiResponseHandler<
            RequestCommandsT,
            ResponseCommandsT,
            K,
            QueryT,
        >
    }

    Type Parameters

    • RequestCommandsT extends Record<string, Schema>
    • ResponseCommandsT extends Record<string, Schema>
    • QueryT extends AnyQuery