Skip to content

Commit

Permalink
Change ReadableStream to NodeJS.ReadableStream (not-an-aardvark#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cormanz authored Jul 24, 2021
1 parent 99a52c0 commit c301bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objects/Subreddit.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export interface SubredditSettings {
}

interface ImageUploadOptions {
file: string | ReadableStream;
file: string | NodeJS.ReadableStream;
imageType?: string;
}

Expand Down

0 comments on commit c301bd6

Please sign in to comment.