wobsurv-0.1.0: library/Wobsurv/TemplateModels/Index.hs
module Wobsurv.TemplateModels.Index where
import BasePrelude
import Data.Text (Text)
import Data.ByteString (ByteString)
data Index =
Index {
path :: Text,
contents :: [Text]
}
deriving (Show, Data, Typeable)