rest-gen-0.13: src/Rest/Gen/Base/ActionInfo/Ident.hs
module Rest.Gen.Base.ActionInfo.Ident (Ident (..)) where
import Rest.Gen.Types
data Ident = Ident
{ description :: String
, haskellType :: String
, haskellModules :: [ModuleName]
} deriving (Show, Eq)