1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-17 23:56:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Rename hashname -> hash

This commit is contained in:
sunnylqm
2020-09-24 22:44:37 +08:00
parent bcd61315e9
commit 17dffa1eb5
5 changed files with 51 additions and 52 deletions

2
lib/index.d.ts vendored
View File

@@ -60,7 +60,7 @@ export function setCustomEndpoints({
}): void;
interface ProgressData {
hashname: string;
hash: string;
received: number;
total: number;
}