Files
scrypted/plugins/core/src/api/util.ts
2022-02-22 12:30:22 -08:00

5 lines
199 B
TypeScript

import type { ScriptDevice } from "@scrypted/common/src/eval/monaco/script-device";
import type { ScryptedDeviceBase } from "@scrypted/sdk";
declare const device: ScryptedDeviceBase & ScriptDevice;