SW Combine SDK
    Preparing search index...

    Interface Faction

    interface Faction {
        name: string;
        owner?: string | Character;
        type?: string;
        uid: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    name: string
    owner?: string | Character
    type?: string
    uid: string