SW Combine SDK
    Preparing search index...

    Interface Vendor

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

    Indexable

    • [key: string]: unknown
    Index

    Properties

    location?: Location
    name: string
    owner?: string | Character | Faction
    uid: string