Skip to content

Commit e9e2e50

Browse files
committed
fix: remove unneeded methods from interface
1 parent 219877c commit e9e2e50

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/definitions/preview-app-livesync.d.ts

-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ declare global {
3636

3737
interface IPreviewDevicesService extends EventEmitter {
3838
connectedDevices: Device[];
39-
onDeviceConnected(device: Device): void;
4039
onDevicesPresence(devices: Device[]): void;
41-
onDeviceLog(message: string, deviceName: string, deviceId: string): void;
4240
getDeviceById(id: string): Device;
4341
getDevicesForPlatform(platform: string): Device[];
4442
}

0 commit comments

Comments
 (0)