## FetchLike type

**Signature:**

```typescript
export type FetchLike = (url: string, options?: any) => Promise<any>;
```

- [FetchLike type](/content/docs/sdk/core.fetchlike#fetchlike-type/index.html)
