@twinfinity/core
    Preparing search index...

    Interface TypedResponse<T>

    Represents return result for TwinfinityApiClient.get.

    interface TypedResponse<T> {
        value: Promise<T>;
    }

    Type Parameters

    • T

    Hierarchy

    Index

    Properties

    Properties

    value: Promise<T>

    Returns result for responses considered Ok. Otherwise an error is thrown.