Skip to content

Commit 478422a

Browse files
authored
fix: [types] responseCode is not a number (Vydia#190)
1 parent 5bbae14 commit 478422a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ declare module "react-native-background-upload" {
1414

1515
export interface CompletedData extends EventData {
1616

17-
responseCode: string
17+
responseCode: number
1818
responseBody: string
1919
}
2020
export type FileInfo = {

0 commit comments

Comments
 (0)