Type alias CustomFetch

CustomFetch: ((url: string, options: RequestInit) => Promise<CustomResponse>)

Type declaration

Generated using TypeDoc