UNPKG

@elgato-stream-deck/core

Version:

An npm module for interfacing with the Elgato Stream Deck

5 lines 229 B
import { Gen2PropertiesService } from './gen2.js'; export declare class StudioPropertiesService extends Gen2PropertiesService { getAllFirmwareVersions(): Promise<Record<string, string>>; } //# sourceMappingURL=studio.d.ts.map