How would you normally handle a parameter that has multiple types? I have a hash, containing a key `channel_id` that can be either `string` or `integer`. Thanks a lot for your help 🙏 ! ```ruby hash :setup do integer :channel_id string :channel_id end ```
How would you normally handle a parameter that has multiple types?
I have a hash, containing a key
channel_idthat can be eitherstringorinteger.Thanks a lot for your help 🙏 !