mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 13:11: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 {
|
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 =
|
||||||
|
Reference in New Issue
Block a user