openfrontio-api-client
    Preparing search index...

    Interface GetGameInfoParams

    interface GetGameInfoParams {
        gameId: string;
        includeTurns?: boolean;
        useBigInt?: boolean;
    }
    Index

    Properties

    gameId: string
    includeTurns?: boolean
    useBigInt?: boolean