@fluentity/core
    Preparing search index...

    Interface HttpResponse<T>

    Represents an HTTP response, which can be a single item or an array.

    interface HttpResponse<T = any | any[]> {
        data: T;
    }

    Type Parameters

    • T = any | any[]

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: T

    The response data from the API