Interface SimpleAlliesSegment

Represents the segment data for simpleAllies.

interface SimpleAlliesSegment {
    econ?: EconInfo;
    requests: AllyRequests;
    updated: number;
}

Properties

econ?: EconInfo
requests: AllyRequests
updated: number

Generated using TypeDoc