We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbae14 commit 478422aCopy full SHA for 478422a
index.d.ts
@@ -14,7 +14,7 @@ declare module "react-native-background-upload" {
14
15
export interface CompletedData extends EventData {
16
17
- responseCode: string
+ responseCode: number
18
responseBody: string
19
}
20
export type FileInfo = {
0 commit comments