References a channel by key.

interface ChannelKeyReference {
    key: string;
    typeId: "channel";
}

Hierarchy (View Summary)

Properties

Properties

key: string
typeId: "channel"

The type of the referenced resource.