[**simplex-chat**](README.md)

***

[simplex-chat](README.md) / [core](Namespace.core.md) / APIResult

# Interface: APIResult\<R\>

Defined in: [src/core.ts:87](../src/core.ts#L87)

## Type Parameters

### R

`R`

## Properties

### error?

> `optional` **error?**: `ChatError`

Defined in: [src/core.ts:89](../src/core.ts#L89)

***

### result?

> `optional` **result?**: `R`

Defined in: [src/core.ts:88](../src/core.ts#L88)
