# Type Alias: ResponseAction

> **ResponseAction** = `object` & `InterceptorActionBase`

Defined in: [requestInterceptor/interceptorActions.ts:17](https://github.com/bouwe77/temba/blob/6cf83f6030587f43dbcde01143a958210eaee651/packages/temba/src/requestInterceptor/interceptorActions.ts#L17)

## Type Declaration

### body?

> `readonly` `optional` **body**: `unknown`

### status

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

### type

> `readonly` **type**: `"response"`
