Helper module for validating a channel before creating/updating it.
Nylas docs
@type t() :: %ExNylas.Channel.Build{ description: String.t() | nil, encryption_key: String.t() | nil, notification_email_addresses: [String.t()] | nil, topic: String.t() | nil, trigger_types: [String.t()] }