Skip to content

Commit 08c2a36

Browse files
authored
export type InstallationProxyService (#134)
1 parent baf92ea commit 08c2a36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import { startCoreDeviceProxy } from './services/ios/tunnel-service/index.js';
1616
export type { Device as UsbmuxDevice } from './lib/usbmux/index.js';
1717
export type { RemoteXpcConnection } from './lib/remote-xpc/remote-xpc-connection.js';
1818
export type { AfcService } from './services/ios/afc/index.js';
19+
export type { InstallationProxyService } from './services/ios/installation-proxy/index.js';
1920

2021
export type {
2122
CrashReportsService,
@@ -48,6 +49,7 @@ export type {
4849
TunnelRegistryEntry,
4950
DiagnosticsServiceWithConnection,
5051
HouseArrestServiceWithConnection,
52+
InstallationProxyServiceWithConnection,
5153
MobileImageMounterServiceWithConnection,
5254
NotificationProxyServiceWithConnection,
5355
MobileConfigServiceWithConnection,

0 commit comments

Comments
 (0)