UNPKG

slotify.js

Version:

A video slot game session framework for JavaScript

12 lines (8 loc) 270 B
import {IReelGameSessionConfig} from "./IReelGameSessionConfig"; export interface IReelGameWithFreeGamesSessionConfig extends IReelGameSessionConfig { freeGamesForScatters: { [scatterId: string]: { [times: number]: number, }; }; }