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

Update types

This commit is contained in:
sunnylqm
2021-10-04 12:27:54 +08:00
parent 3bc63acad4
commit d32d395a2a

3
lib/index.d.ts vendored
View File

@@ -13,6 +13,7 @@ export interface ExpiredResult {
export interface UpTodateResult {
expired?: false;
upToDate: true;
paused?: 'app' | 'package';
}
export interface UpdateAvailableResult {
@@ -25,8 +26,6 @@ export interface UpdateAvailableResult {
metaInfo: string;
pdiffUrl: string;
diffUrl?: string;
phdiffUrl?: string;
hdiffUrl?: string;
}
export type CheckResult =