Response_2 Interface
Packages > @anticrm/core > Response_2
Signature:
export interface Response<R>
Properties
Property | Type | Description |
---|---|---|
error | RpcError | |
id | ReqId | |
result | R |
Events
error
Signature:
error?: RpcError;
id
Signature:
id?: ReqId;
result
Signature:
result?: R;