hercules-ci-api-0.6.0.0: src/Hercules/API/Accounts/CLIAuthorizationRequestCreate.hs
{-# LANGUAGE DeriveAnyClass #-}
module Hercules.API.Accounts.CLIAuthorizationRequestCreate where
import Hercules.API.Prelude
data CLIAuthorizationRequestCreate = CLIAuthorizationRequestCreate
{ description :: Text
}
deriving (Generic, Show, Eq, NFData, ToJSON, FromJSON, ToSchema)