macbeth icon indicating copy to clipboard operation
macbeth copied to clipboard

Sounds: Countdown

Open tgass opened this issue 8 years ago • 0 comments

data CountdownS = CountdownS {
    _10_sec :: Maybe String
  , _30_sec :: Maybe String
  , _60_sec :: Maybe String
  , _120_sec :: Maybe String
} deriving (Show, Generic)

instance FromJSON CountdownS
instance ToJSON CountdownS

tgass avatar May 09 '16 16:05 tgass