UNPKG

streamdeck-typescript

Version:

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

5 lines (4 loc) 70 B
export interface Coordinates { column: number; row: number; }