Response_2 Interface

Packages > @anticrm/core > Response_2

Signature:

export interface Response<R> 

Properties

List of properties of this interface
Property Type Description
error RpcError
id ReqId
result R

Events

error

Signature:

error?: RpcError;

id

Signature:

id?: ReqId;

result

Signature:

result?: R;