Skip to content

Commit

Permalink
Add fetch to type definition for constructor options (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt authored May 11, 2023
1 parent 3fc58e6 commit e3b91d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ declare module 'replicate' {
auth: string;
userAgent?: string;
baseUrl?: string;
fetch?: Function;
});

auth: string;
Expand Down

0 comments on commit e3b91d3

Please sign in to comment.