Documentation
    Preparing search index...

    Type Alias EmbeddedTResponse<TResponse>

    EmbeddedTResponse:
        | { hasResponse: true; response: TResponse }
        | { connectResult: { dispatched: boolean }; hasResponse: false }

    Type Parameters

    • TResponse