Response
Response from a YAXI Open Banking service.
The response either carries a final, authenticated Result of type T or one of three interrupts that require additional user interaction: a Dialog, a Redirect, or a RedirectHandle. Service methods on RoutexClient specialize T to the per-service result type (e.g. AccountsResult, BalancesResult) so callers get compile-time access to the decoded payload via Result.authenticated.decodeUnverified().