mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 10:31:39 +08:00
Update types
This commit is contained in:
3
lib/index.d.ts
vendored
3
lib/index.d.ts
vendored
@@ -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 =
|
||||
|
Reference in New Issue
Block a user