UNPKG

streamdeck-typescript

Version:

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

7 lines (6 loc) 125 B
export interface SendToPluginEvent { action: string; event: 'sendToPlugin'; context: string; payload: any; }