UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

8 lines (6 loc) 184 B
import type { CommonEventProperties } from './Event' import type { Room } from '../Room' export type RoomUpdatedEvent = { type: 'roomUpdated' data: Room } & CommonEventProperties