screeps-api
    Preparing search index...

    Interface ScreepsServerConfig

    Normalized configuration for a single Screeps World server

    ScreepsRawServerConfig for the pre-normalized schema

    interface ScreepsServerConfig {
        email?: string;
        password?: string;
        token?: string;
        url: string;
    }
    Index

    Properties

    email?: string
    password?: string
    token?: string
    url: string