packages feed

hercules-ci-api-0.6.0.0: src/Hercules/API/Evaluation/Evaluation.hs

{-# LANGUAGE DeriveAnyClass #-}

module Hercules.API.Evaluation.Evaluation where

import Hercules.API.Prelude

data Evaluation = Evaluation
  { id :: Id Evaluation
  }
  deriving (Generic, Show, Eq, NFData, ToJSON, FromJSON, ToSchema)