ActionEnvelope
type ActionEnvelope = z.infer<ReturnType<typeof actionResponseSchema>>;Defined in: protocol/protocol.ts:41
The action-call response as seen by a client, with result erased to unknown.
type ActionEnvelope = z.infer<ReturnType<typeof actionResponseSchema>>;Defined in: protocol/protocol.ts:41
The action-call response as seen by a client, with result erased to unknown.