Skip to content

Commit 825fda7

Browse files
fixed PR comments
1 parent dc7206b commit 825fda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ export class Entry {
236236
includeOwner(): this;
237237
toJSON(): this;
238238
addParam(key: string, value: any): this;
239-
variants(variant_headers: string): this;
239+
variants(variant_headers: string | string[]): this;
240240
fetch(fetchOptions?: object): Promise<any>;
241241
}
242242

0 commit comments

Comments
 (0)