frontend
    Preparing search index...

    Interface PokerSidePot

    Side pot in Poker with eligible players.

    interface PokerSidePot {
        amount: number;
        eligiblePlayers: number[];
    }
    Index

    Properties

    amount: number
    eligiblePlayers: number[]