openfrontio-api-client
    Preparing search index...

    Type Alias GameListItem

    type GameListItem = {
        difficulty: Difficulty;
        end: string | number;
        game: GameID;
        mode: GameMode;
        start: string | number;
        type: GameType;
    }
    Index

    Properties

    difficulty: Difficulty
    end: string | number
    game: GameID
    mode: GameMode
    start: string | number
    type: GameType