Type alias Fetch<T>

Fetch<T>: ((resource, options) => Promise<Response>)

Type Parameters

  • T

Type declaration

    • (resource, options): Promise<Response>
    • Parameters

      Returns Promise<Response>

Generated using TypeDoc