/** * Error envelope returned when the RPC raises. */ export type ClawRpcError = { error: string; detail?: string; };