UNPKG
homebridge-gsh-kazari
Version:
latest (2.2.2)
2.2.2
2.2.1
Google Smart Home
github.com/UiharuKazari2008/homebridge-gsh
UiharuKazari2008/homebridge-gsh
homebridge-gsh-kazari
/
node_modules
/
rxjs
/
internal
/
testing
/
TestMessage.d.ts
7 lines
(6 loc)
•
160 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Notification
}
from
'../Notification'
;
export
interface
TestMessage
{
frame
:
number
;
notification
:
Notification
<
any
>;
isGhost
?:
boolean
; }