-- | The generic channel type
module Calamity.Types.Model.Channel
    ( Channel ) where

data Channel
instance Show Channel
instance Eq Channel