References a channel by key.

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

Properties

Properties

key: string
typeId: "channel"