@icomedias/hybridforms-js
    Preparing search index...

    Interface FetchResponse<T>

    interface FetchResponse<T> {
        getAllResponseHeaders: () => string;
        response: T;
        responseURL: string;
        status: number;
        statusText: string;
    }

    Type Parameters

    • T
    Index

    Properties

    getAllResponseHeaders: () => string
    response: T
    responseURL: string
    status: number
    statusText: string