PSPWebResponse | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Type Alias PSPWebResponse

    PSPWebResponse: Pick<
        Response,
        "ok"
        | "status"
        | "headers"
        | "json"
        | "text"
        | "arrayBuffer",
    >

    A subset of the Response interface we need from PSPs