mirror of
https://github.com/koush/scrypted.git
synced 2026-02-10 09:12:03 +00:00
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
export interface PluginDebug {
|
|
waitDebug: Promise<void>;
|
|
inspectPort: number;
|
|
}
|