UNPKG

streamdeck-typescript

Version:

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

11 lines (9 loc) 149 B
/* * Author: XeroxDev <help@xeroxdev.de> * Copyright (c) 2021. * */ export interface SettingsInterface { count: number, steps: number }