UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

8 lines (6 loc) 189 B
import type { CommonEventProperties } from './Event' import type { Scene } from '../Scene' export type SceneCreatedEvent = { type: 'sceneCreated' data: Scene } & CommonEventProperties