TypeAlias.UpsertWalletPolicy
type UpsertWalletPolicy = z.infer<typeof upsertWalletPolicySchema>;
Payload of PUT /v1/agent-wallets/:id/policy. Tri-state fields:
omitted = keep current value, null = clear, value = set.
type UpsertWalletPolicy = z.infer<typeof upsertWalletPolicySchema>;
Payload of PUT /v1/agent-wallets/:id/policy. Tri-state fields:
omitted = keep current value, null = clear, value = set.