UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

7 lines (6 loc) 197 B
import type { CommonEventProperties } from './Event'; import type { Music } from '../Music'; export type MusicUpdatedEvent = { type: 'musicUpdated'; data: Music; } & CommonEventProperties;