Update types
This commit is contained in:
parent
3bc63acad4
commit
d32d395a2a
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 =
|
||||
|
Loading…
Reference in New Issue
Block a user