mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-27 15:48:54 +00:00
433 B
433 B
simplex-chat / core / APIResult
Interface: APIResult<R>
Defined in: src/core.ts:111
Type Parameters
R
R
Properties
error?
optionalerror?:ChatError
Defined in: src/core.ts:113
result?
optionalresult?:R
Defined in: src/core.ts:112