UNPKG

streamdeck-typescript

Version:

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

8 lines (7 loc) 148 B
/** * Data send from the systemDidWakeUp event * @category Event Data */ export interface SystemDidWakeUpEvent { event: 'systemDidWakeUp'; }