UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

9 lines (7 loc) 169 B
import type { CommonEventProperties } from './Event.ts' export type SceneDeletedEvent = { type: 'sceneDeleted' data: { id: string } } & CommonEventProperties