Typescript SDK Type Docs
    Preparing search index...

    Interface ChannelKeyReference

    Used by the Import API to identify a Channel.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    User-defined unique identifier of the referenced Channel.

    typeId: "channel"

    Type of referenced resource.