Type Alias ChannelType

ChannelType:
    | "link-mobile"
    | "form"
    | "chat"
    | "link"
    | "location"
    | "digital-assistant"

Represents the type of a channel.