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

    Interface ChannelReference

    interface ChannelReference {
        id: string;
        obj?: Channel;
        typeId: "channel";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced Channel.

    obj?: Channel

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

    typeId: "channel"

    Type of referenced resource.