packages feed

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

{-# LANGUAGE DeriveAnyClass #-}

module Hercules.API.Accounts.CLIAuthorizationRequest where

import Hercules.API.Prelude

data CLIAuthorizationRequest = CLIAuthorizationRequest
  { description :: Text,
    creationTime :: UTCTime
  }
  deriving (Generic, Show, Eq, NFData, ToJSON, FromJSON, ToSchema)