Dfns TypeScript SDK - v0.7.14
    Preparing search index...

    Type Alias Fetch<T>

    Fetch: (resource: string | URL, options: FetchOptions<T>) => Promise<Response>

    Type Parameters

    • T

    Type Declaration

      • (resource: string | URL, options: FetchOptions<T>): Promise<Response>
      • Parameters

        Returns Promise<Response>