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