Skip to content

Commit 62b68ae

Browse files
committed
Sync with latest common lib
1 parent 4eca8b4 commit 62b68ae

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

lib/common

lib/declarations.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,3 @@ interface IOptions extends ICommonOptions {
6363
keyStoreAlias: string;
6464
keyStoreAliasPassword: string;
6565
}
66-
67-
/**
68-
* Verifies the host OS configuration and prints warnings to the users
69-
* Code behind of the "doctor" command
70-
* @interface
71-
*/
72-
interface IDoctorService {
73-
/**
74-
* Verifies the host OS configuration and prints warnings to the users
75-
*
76-
* @returns {boolean} true if at least one warning was printed
77-
*/
78-
printWarnings(): boolean;
79-
}

0 commit comments

Comments
 (0)