UNPKG

streamdeck-typescript

Version:

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

7 lines (6 loc) 132 B
export interface SendToPiEvent { action: string; event: 'sendToPropertyInspector'; context: string; payload: any; }