mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 03:00:22 +00:00
types/process: expose writable stdin state flags
This commit is contained in:
@@ -23,6 +23,9 @@ export type SessionStdin = {
|
||||
// When backed by a real Node stream (child.stdin), this exists; for PTY wrappers it may not.
|
||||
destroy?: () => void;
|
||||
destroyed?: boolean;
|
||||
writable?: boolean;
|
||||
writableEnded?: boolean;
|
||||
writableFinished?: boolean;
|
||||
};
|
||||
|
||||
export interface ProcessSession {
|
||||
|
||||
Reference in New Issue
Block a user