screeps-simple-api
    Preparing search index...

    Interface IServer

    interface IServer {
        _id: string;
        likeCount: number;
        name: string;
        settings: { host: string; pass: string; port: string };
        status: string;
    }
    Index

    Properties

    _id: string
    likeCount: number
    name: string
    settings: { host: string; pass: string; port: string }
    status: string