packages feed

mattermost-api-30802.1.0: examples/Config.hs

module Config where

import Data.Text

data Config
  = Config
  { configUsername :: Text
  , configHostname :: Text
  , configTeam     :: Text
  , configPort     :: Int
  , configPassword :: Text
  }