UNPKG

pokie

Version:

A server-side video slot game logic framework for JavaScript and TypeScript.

8 lines (7 loc) 649 B
import { VideoSlotSessionSerializing, VideoSlotWithFreeGamesInitialNetworkData, VideoSlotWithFreeGamesRoundNetworkData, VideoSlotWithFreeGamesSessionHandling, VideoSlotWithFreeGamesSessionSerializing } from "pokie"; export declare class VideoSlotWithFreeGamesSessionSerializer implements VideoSlotWithFreeGamesSessionSerializing { private readonly baseSerializer; constructor(baseSerializer?: VideoSlotSessionSerializing); getInitialData(session: VideoSlotWithFreeGamesSessionHandling): VideoSlotWithFreeGamesInitialNetworkData; getRoundData(session: VideoSlotWithFreeGamesSessionHandling): VideoSlotWithFreeGamesRoundNetworkData; }