Skip to content

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.

P extends string

T