Files
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

6 lines
342 B
TypeScript

declare type Fetch = typeof fetch;
export declare const resolveFetch: (customFetch?: Fetch) => Fetch;
export declare const resolveHeadersConstructor: () => any;
export declare const fetchWithAuth: (supabaseKey: string, getAccessToken: () => Promise<string | null>, customFetch?: Fetch) => Fetch;
export {};
//# sourceMappingURL=fetch.d.ts.map