diff --git a/src/ambient.d.ts b/src/ambient.d.ts index 5c0d9e7..95fa87c 100644 --- a/src/ambient.d.ts +++ b/src/ambient.d.ts @@ -14,11 +14,6 @@ declare module 'hap-node-client' { } } -// Workaround for "node_modules/hap-nodejs/dist/lib/Advertiser.d.ts:5:29 - error TS7016: Could not find a declaration file for module '@homebridge/dbus-native'. '…/node_modules/@homebridge/dbus-native/index.js' implicitly has an 'any' type." -declare module '@homebridge/dbus-native' { - type InvokeError = unknown -} - declare module 'array.prototype.group' { function shim(): void }