interface ReadableStreamResultimport { type ReadableStreamResult } from "https://deno.land/x/deno_nest@v3.7.0/src/utils.ts"; Propertiesbody: ReadableStreamMethodswrite(message: string): voidwrite message to stream, but it may cause error if the connection closed before end(message?: string): voidwrite last message and end signal to stream, but it may cause error if the connection closed before