Skip to content

ChannelId

type ChannelId =
| "web"
| "email"
| "sms"
| "voice"
| "api"
| "slack"
| "discord"
| string & object;