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

    Interface ExtensionReference

    interface ExtensionReference {
        id: string;
        obj?: Extension;
        typeId: "extension";
    }

    Hierarchy (View Summary)

    Index
    id: string

    Unique identifier of the referenced Extension.

    obj?: Extension

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

    typeId: "extension"

    Type of referenced resource.