> ## Documentation Index
> Fetch the complete documentation index at: https://turnkey-0e7c1f5b-bc-add-sdk-typedoc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Fetch

# Variable: fetch()

> `const` **fetch**: (`input`, `init`?) => `Promise`\<`Response`> = `xFetch`

Defined in: [packages/sdk-server/src/universal.ts:4](https://github.com/tkhq/sdk/blob/ee72856c3f450731d7501ab05001215768b71500/packages/sdk-server/src/universal.ts#L4)

[MDN Reference](https://developer.mozilla.org/docs/Web/API/fetch)

## Parameters

### input

`RequestInfo` | `URL`

### init?

`RequestInit`

## Returns

`Promise`\<`Response`>
