@gradientedge/commercetools-utils
    Preparing search index...

    Interface TypeReference

    interface TypeReference {
        id: string;
        obj?: Type;
        typeId: "type";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced Type.

    obj?: Type

    Contains the representation of the expanded Type. Only present in responses to requests with Reference Expansion for Types.

    typeId: "type"

    Type of referenced resource.