MessageBase
Defined in: astrobase/src/rpc/shared/messages.ts:5
Base type for RPC messages.
Extended by
Section titled “Extended by”Type Parameters
Section titled “Type Parameters”P
extends string
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.
procedure
Section titled “procedure”procedure:
P
Defined in: astrobase/src/rpc/shared/messages.ts:10
The procedure name.