property Http2Stream.sentTrailers
Usage in Deno
```typescript import { type Http2Stream } from "node:node__http2.d.ts"; ```An object containing the outbound trailers sent for this `HttpStream`.
OutgoingHttpHeaders | undefined