mirror of
https://github.com/koush/scrypted.git
synced 2026-04-19 14:40:27 +01:00
5 lines
199 B
TypeScript
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;
|