interface StreamData<TOpaque = null> { opaque: TOpaque; trailers: Record<string, string>;}
opaque: TOpaque
trailers: Record<string, string>