mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-27 19:26:12 +00:00
42dd36bf09
* simplex-chat-nodejs: typed DbConfig for ChatApi.init and BotDbOpts * simplex-chat-nodejs: regenerate typedoc docs for DbConfig * simplex-chat-nodejs: rename DbConfig.kind to .type
32 lines
427 B
Markdown
32 lines
427 B
Markdown
[**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)
|