UNPKG
@cfm/sonar-blip
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0
worker daemon communicating occupancy updates
@cfm/sonar-blip
/
dist
/
io
/
blip-adapter-emitter.d.ts
6 lines
(5 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Server
,
OccupationChangedEvent
}
from
'@cfm/sonar-types'
;
export
interface
BlipAdapterEmitter
{
init
:
(
server
:
Server
) =>
Promise
<
void
>;
change
:
(
changeEvent
:
OccupationChangedEvent
) =>
Promise
<
void
>; }