Skip to content

Commit

Permalink
fix: [types] responseCode is not a number (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
stereodenis authored Apr 7, 2020
1 parent 5bbae14 commit 478422a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ declare module "react-native-background-upload" {

export interface CompletedData extends EventData {

responseCode: string
responseCode: number
responseBody: string
}
export type FileInfo = {
Expand Down

0 comments on commit 478422a

Please sign in to comment.