UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

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