> ## Documentation Index
> Fetch the complete documentation index at: https://stars-components.js.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: InteractionResult

Defined in: [packages/http-framework-test-utils/src/types.ts:1](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/http-framework-test-utils/src/types.ts#L1)

## Properties

### body

> **body**: `string`

Defined in: [packages/http-framework-test-utils/src/types.ts:3](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/http-framework-test-utils/src/types.ts#L3)

***

### statusCode

> **statusCode**: `number`

Defined in: [packages/http-framework-test-utils/src/types.ts:2](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/http-framework-test-utils/src/types.ts#L2)

## Methods

### json()

> **json**\<`T`>(): `T`

Defined in: [packages/http-framework-test-utils/src/types.ts:4](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/http-framework-test-utils/src/types.ts#L4)

#### Type Parameters

##### T

`T` = `unknown`

#### Returns

`T`
