Files
simplex-chat/packages/simplex-chat-nodejs/docs/core.Interface.APIResult.md
T
sh 42dd36bf09 simplex-chat-nodejs: typed DbConfig (#6875)
* 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
2026-04-24 16:43:43 +01:00

427 B

simplex-chat


simplex-chat / core / APIResult

Interface: APIResult<R>

Defined in: src/core.ts:87

Type Parameters

R

R

Properties

error?

optional error?: ChatError

Defined in: src/core.ts:89


result?

optional result?: R

Defined in: src/core.ts:88