UNPKG

streamdeck-typescript

Version:

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

5 lines (4 loc) 77 B
export interface SettingsInterface { count: number; steps: number; }