UNPKG

streamdeck-typescript

Version:

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

10 lines (8 loc) 249 B
import { AcdData } from '../../acd-data'; /** * Data send from the propertyInspectorDidDisappear event * @category Event Data */ export interface PropertyInspectorDidDisappearEvent extends AcdData { event: 'propertyInspectorDidDisappear'; }