@kayahr/edsm
    Preparing search index...

    Interface ControllingFaction

    interface ControllingFaction {
        allegiance?: string;
        government?: string;
        id: number;
        isPlayer: boolean;
        name: null | string;
    }
    Index

    Properties

    allegiance?: string
    government?: string
    id: number
    isPlayer: boolean
    name: null | string