UNPKG

@elgato/streamdeck

Version:

The official Node.js SDK for creating Stream Deck plugins.

10 lines (9 loc) 238 B
/** * Collection of error codes. */ export declare const errorCode: { /** * Indicates the current Node.js SDK is not compatible with the SDK Version specified within the manifest. */ incompatibleSdkVersion: number; };