screeps-api
    Preparing search index...

    Interface GameTimeResponse

    GET /api/game/time response

    interface GameTimeResponse {
        ok: 1;
        time: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ok: 1

    An API success response always contains { ok: 1 }

    time: number