LogoRobo.js
Packages@robojs/sync

CallResult<T>

Interface: CallResult<T>

Result of an RPC call.

Type Parameters

Type ParameterDefault type
Tunknown

Properties

PropertyType
error?string
result?T
successboolean

On this page