⚠️ Internal: This API is not publically exported by the package.
interface StreamData {
    opaque: unknown;
    trailers: Record<string, string>;
}

Properties

Properties

opaque: unknown
trailers: Record<string, string>