Files
scrypted/server/src/plugin/plugin-debug.ts
2021-10-11 22:07:27 -07:00

5 lines
88 B
TypeScript

export interface PluginDebug {
waitDebug: Promise<void>;
inspectPort: number;
}