mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-27 17:16:01 +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
427 B
427 B
simplex-chat / core / APIResult
Interface: APIResult<R>
Defined in: src/core.ts:87
Type Parameters
R
R
Properties
error?
optionalerror?:ChatError
Defined in: src/core.ts:89
result?
optionalresult?:R
Defined in: src/core.ts:88