UNPKG

streamdeck-typescript

Version:

This library will help you build elgato stream deck plugins in typescript

11 lines (10 loc) 216 B
/** * Data send from the sendToPropertyInspector event * @category Event Data */ export interface SendToPiEvent { action: string; event: 'sendToPropertyInspector'; context: string; payload: any; }