SW Combine SDK
    Preparing search index...

    Interface FactionListItem

    interface FactionListItem {
        attributes: FactionListReferenceAttributes;
        leader: FactionListReference;
        secondincommand: FactionListPersonReference;
        value: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    value: string