FetchRequest: ((url: URL | string, opts?: FetchOpts) => Promise<any>)

Type declaration

    • (url: URL | string, opts?: FetchOpts): Promise<any>
    • Parameters

      Returns Promise<any>