> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parmanasystems.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: TransportResponse\<T\>

Defined in: [typescript/src/config/Transport.ts:63](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/config/Transport.ts#L63)

Transport response.

## Type Parameters

### T

`T` = `unknown`

## Properties

### status

> `readonly` **status**: `number`

Defined in: [typescript/src/config/Transport.ts:67](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/config/Transport.ts#L67)

HTTP status code.

***

### headers

> `readonly` **headers**: `Readonly`\<`Record`\<`string`, `string`>>

Defined in: [typescript/src/config/Transport.ts:72](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/config/Transport.ts#L72)

Response headers.

***

### body

> `readonly` **body**: `T`

Defined in: [typescript/src/config/Transport.ts:77](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/config/Transport.ts#L77)

Response body.
