TypeAlias.IntentWithWallet
type IntentWithWallet = z.infer<typeof intentWithWalletSchema>;
A policy intent enriched with its owning agent wallet, as returned by
GET /v1/agent-wallets/intents. Used by the admin intent-validation page.
type IntentWithWallet = z.infer<typeof intentWithWalletSchema>;
A policy intent enriched with its owning agent wallet, as returned by
GET /v1/agent-wallets/intents. Used by the admin intent-validation page.