SW Combine SDK
    Preparing search index...

    Interface EntityReference

    Reference to another entity (character, faction, ship, etc.)

    interface EntityReference {
        attributes: { href: string; type: string; uid: string };
        value: string;
    }
    Index

    Properties

    Properties

    attributes: { href: string; type: string; uid: string }
    value: string