@kayahr/edsm
    Preparing search index...

    Interface Faction

    interface Faction {
        activeStates: State[];
        allegiance?: null | string;
        government?: null | string;
        happiness: string;
        id: number;
        influence: number;
        isPlayer: boolean;
        lastUpdate: number;
        name: string;
        pendingStates: TrendState[];
        recoveringStates: TrendState[];
        state: null | string;
    }
    Index

    Properties

    activeStates: State[]
    allegiance?: null | string
    government?: null | string
    happiness: string
    id: number
    influence: number
    isPlayer: boolean
    lastUpdate: number
    name: string
    pendingStates: TrendState[]
    recoveringStates: TrendState[]
    state: null | string