export interface CoinflipGame { isWin: boolean; payout: number; coinSide: string; }