Type alias CompleteResult
CompleteResult: {
exitCode: number;
fs: WASIFS;
resultType: "complete";
stderr: string;
stdin: string;
stdout: string;
tty: string;
}
Type declaration
-
exitCode: number
-
fs: WASIFS
-
resultType: "complete"
-
stderr: string
-
stdin: string
-
stdout: string
-
tty: string