Schema for information about the up state of the server.

interface UpInformation {
    seeds: JsonObject;
    status: string;
}

Properties

Properties

seeds: JsonObject

seeds.

status: string

status.

Generated using TypeDoc