interface ServerStatusDataTypeOptions {
    buildInfo?: BuildInfoOptions;
    currentTime?: DateTime;
    secondsTillShutdown?: number;
    shutdownReason?: null | LocalizedTextLike;
    startTime?: DateTime;
    state?: ServerState;
}

Properties

buildInfo?: BuildInfoOptions
currentTime?: DateTime
secondsTillShutdown?: number
shutdownReason?: null | LocalizedTextLike
startTime?: DateTime
state?: ServerState