Payee: UnionC<[TypeC<{
    account: UnionC<[Type<Address, Address, unknown>, Type<Role, Role, unknown>]>;
}>, TypeC<{
    party: UnionC<[Type<Address, Address, unknown>, Type<Role, Role, unknown>]>;
}>]> = ...