export interface IReelGameSessionWinningScatterModel {

    itemId: string;

    itemsPositions: number[][];

    winningAmount: number;

}
