From c2971971f542ad0fb98c8ceef80c7c87a0555208 Mon Sep 17 00:00:00 2001 From: Mattt Zmuda Date: Thu, 11 May 2023 11:38:04 -0700 Subject: [PATCH] Add fetch to type definition for constructor options --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index cb3b26e..df4f434 100644 --- a/index.d.ts +++ b/index.d.ts @@ -63,6 +63,7 @@ declare module 'replicate' { auth: string; userAgent?: string; baseUrl?: string; + fetch?: Function; }); auth: string;