interface TransformStream Type Parameters I = any O = any Properties readonly readable: ReadableStream<O> readonly writable: WritableStream<I>