aboutsummaryrefslogtreecommitdiffstats
path: root/ui-desktop/src/main/java/market/guess/ui/desktop/model/ParticipantRow.java
blob: 256a974ccc1c22262836e4c1568c3713eba7d864 (plain)
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) {}