OkResponseMessage
Defined in: astrobase/src/rpc/shared/messages.ts:20
Type for an RPC successful response message.
Extends
Section titled “Extends”MessageBase
<P
>
Type Parameters
Section titled “Type Parameters”P
extends string
T
Properties
Section titled “Properties”jobID:
number
Defined in: astrobase/src/rpc/shared/messages.ts:7
The job ID. This is included in the response message to help track requests.
Inherited from
Section titled “Inherited from”ok:
true
Defined in: astrobase/src/rpc/shared/messages.ts:22
Determines whether this is a success or error response.
payload
Section titled “payload”payload:
T
Defined in: astrobase/src/rpc/shared/messages.ts:25
The result data.
procedure
Section titled “procedure”procedure:
P
Defined in: astrobase/src/rpc/shared/messages.ts:10
The procedure name.