Discolink
    Preparing search index...

    Interface RestResponse<Data>

    interface RestResponse<Data> {
        headers: Record<string, string>;
        data: Data;
    }

    Type Parameters

    • Data

    Hierarchy

    • Pick<Response, "status" | "statusText" | "ok" | "redirected" | "url">
      • RestResponse
    Index

    Properties

    Properties

    headers: Record<string, string>
    data: Data