diff --git a/src/classes/child.ts b/src/classes/child.ts index 14c8d478c0..f0bed146a7 100644 --- a/src/classes/child.ts +++ b/src/classes/child.ts @@ -1,7 +1,7 @@ import { ChildProcess, fork } from 'child_process'; import { Worker } from 'worker_threads'; import { AddressInfo, createServer } from 'net'; -import { ChildCommand, ParentCommand } from '../'; +import { ChildCommand, ParentCommand } from '../interfaces'; import { EventEmitter } from 'events'; /**