packages feed

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

{-# LANGUAGE DeriveAnyClass #-}

module Hercules.API.Accounts.AccountSettingsPatch where

import Hercules.API.Prelude

data AccountSettingsPatch = AccountSettingsPatch
  { enableNewRepos :: Maybe Bool
  }
  deriving (Generic, Show, Eq, NFData, ToJSON, FromJSON, ToSchema)