> ## Documentation Index
> Fetch the complete documentation index at: https://docs.erna.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# FetcherLike

```ts theme={null}
type FetcherLike =
  | typeof fetch
  | {
  fetch: typeof fetch;
};
```

A `fetch` function or an object with a `fetch` method.
