1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-16 13:11: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 { export interface UpTodateResult {
expired?: false; expired?: false;
upToDate: true; upToDate: true;
paused?: 'app' | 'package';
} }
export interface UpdateAvailableResult { export interface UpdateAvailableResult {
@@ -25,8 +26,6 @@ export interface UpdateAvailableResult {
metaInfo: string; metaInfo: string;
pdiffUrl: string; pdiffUrl: string;
diffUrl?: string; diffUrl?: string;
phdiffUrl?: string;
hdiffUrl?: string;
} }
export type CheckResult = export type CheckResult =