ResponseMessage
ResponseMessage<
P
,T
> =ErrorResponseMessage
<P
> |OkResponseMessage
<P
,T
>
Defined in: astrobase/src/rpc/shared/messages.ts:38
Union type for an RPC response message.
Type Parameters
Section titled “Type Parameters”P
extends string
T