UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

8 lines (6 loc) 190 B
import type { CommonEventProperties } from './Event.ts' import type { Room } from '../Room.ts' export type RoomCreatedEvent = { type: 'roomCreated' data: Room } & CommonEventProperties