UNPKG

streamdeck-typescript

Version:

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

6 lines (5 loc) 90 B
export interface AcdData { action: string; context: string; device: string; }