Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 81246f2

Browse files
committed
fix(nitro-node): remove unused interface
1 parent 1d79084 commit 81246f2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nitro-node/src/types/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ export interface NitroProcessStdioHanler {
4040
stderr: (_: stream.Readable | null | undefined) => void;
4141
}
4242

43-
export interface NitroProcessCloseHandler {
44-
(code: number, signal: string): void;
45-
}
46-
4743
/**
4844
* Setting for prompts when inferencing with Nitro
4945
*/

0 commit comments

Comments
 (0)