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

Record local hash info

This commit is contained in:
sunnylqm
2021-10-04 23:19:22 +08:00
parent d32d395a2a
commit bf1701031b
5 changed files with 54 additions and 25 deletions

6
lib/index.d.ts vendored
View File

@@ -72,6 +72,12 @@ export function setCustomEndpoints({
backupQueryUrl?: string;
}): void;
export function getCurrentVersionInfo(): Promise<{
name?: string;
description?: string;
metaInfo?: string;
}>;
interface ProgressData {
hash: string;
received: number;