| 39 | type CoordinatorVersion = ZHAdapterTypes.CoordinatorVersion; |
| 40 | type NetworkParameters = ZHAdapterTypes.NetworkParameters; |
| 41 | interface Bind { |
| 42 | cluster: ZHCluster; |
| 43 | target: zh.Endpoint | zh.Group; |
| 44 | } |
| 45 | } |
| 46 | |
| 47 | namespace eventdata { |
nothing calls this directly
no outgoing calls
no test coverage detected