1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-08 10:15:14 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

fix: return type

This commit is contained in:
sunnylqm
2023-09-06 23:16:42 +08:00
parent b53878c291
commit c6354bbedc
2 changed files with 7 additions and 5 deletions

View File

@@ -26,7 +26,8 @@ export interface UpdateAvailableResult {
export type CheckResult =
| ExpiredResult
| UpTodateResult
| UpdateAvailableResult;
| UpdateAvailableResult
| {};
export interface ProgressData {
hash: string;