Skip to content

Commit 1ef14bc

Browse files
Merge pull request #50 from telerik/tachev/fix-typings
fix: make typings backwards compatible
2 parents dd56a1b + 86d5e9c commit 1ef14bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

typings/interfaces.d.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,11 @@ declare global {
4949
interface IDeleteFileData extends IAppDevice, IDestination {
5050
}
5151

52-
interface IIOSApplicationData extends IAppDevice {
52+
interface IDdiApplicationData extends IAppDevice {
5353
ddi: string;
54+
}
55+
56+
interface IIOSApplicationData extends IDdiApplicationData {
5457
waitForDebugger?: string;
5558
}
5659

0 commit comments

Comments
 (0)