1 2 3 4
package market.guess.ui.desktop.model; public record ParticipantRow( String user, String tag, int yes, int no, String value, String fees, String pnl) {}