UNPKG

slotify.js

Version:

A video slot game session framework for JavaScript

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