SW Combine SDK
    Preparing search index...

    Interface EntityTypeRef

    Entity type reference (ship type, droid type, etc.)

    interface EntityTypeRef {
        attributes: { href: string; uid: string };
        value: string;
    }
    Index

    Properties

    Properties

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