[@iota-pico/api](../README.md) > [ICheckConsistencyResponse](../interfaces/icheckconsistencyresponse.md)

# Interface: ICheckConsistencyResponse

Represents the response from checkConsistency command.
*__interface__*: 

## Hierarchy

 [ICommonResponse](icommonresponse.md)

**↳ ICheckConsistencyResponse**

## Index

### Properties

* [duration](icheckconsistencyresponse.md#duration)
* [info](icheckconsistencyresponse.md#info)
* [state](icheckconsistencyresponse.md#state)

---

## Properties

<a id="duration"></a>

###  duration

**● duration**: *`number`*

*Inherited from [ICommonResponse](icommonresponse.md).[duration](icommonresponse.md#duration)*

*Defined in [models/ICommonResponse.ts:9](https://github.com/iota-pico/api/tree/master/src/models/ICommonResponse.ts#L9*

The duration of the request.

___
<a id="info"></a>

###  info

**● info**: *`string`*

*Defined in [models/ICheckConsistencyResponse.ts:15](https://github.com/iota-pico/api/tree/master/src/models/ICheckConsistencyResponse.ts#L15*

Is the tail reference consistent.

___
<a id="state"></a>

###  state

**● state**: *`boolean`*

*Defined in [models/ICheckConsistencyResponse.ts:11](https://github.com/iota-pico/api/tree/master/src/models/ICheckConsistencyResponse.ts#L11*

Is the tail reference consistent.

___

