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

Type Parameters

  • TOpaque = null

Properties

Properties

opaque: TOpaque
trailers: Record<string, string>