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 applicationDidLaunch event * @category Event Data */ export interface ApplicationDidLaunchEvent { event: 'applicationDidLaunch'; payload: { application: 'string'; }; }