@public/client-core
    Preparing search index...

    Type Alias GameConfig

    type GameConfig = {
        betConfig: BetConfig;
        showStartupModal: boolean;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    betConfig: BetConfig
    showStartupModal: boolean