Skip to content

Commit 5280761

Browse files
authored
Merge pull request DefinitelyTyped#28393 from danilobuerger/patch-5
[react-native] FormData is a class
2 parents e6568c6 + 98fd1eb commit 5280761

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/react-native/globals.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ declare function fetch(input: RequestInfo, init?: RequestInit): Promise<Response
3333

3434
interface Blob {}
3535

36-
declare interface FormData {
36+
declare class FormData {
3737
append(name: string, value: any): void;
3838
}
3939

0 commit comments

Comments
 (0)