drone-1.1.0

Safe HaskellNone
LanguageHaskell2010

Drone.Types.Cron

Documentation

type Cron = Record '["id" >: Int64, "repo_id" >: Int64, "name" >: Text, "expr" >: Text, "next" >: Int64, "prev" >: Int64, "event" >: Text, "branch" >: Text, "disabled" >: Bool, "created" >: Int64, "updated" >: Int64] Source #

type CronPatchFields = '["event" >: Text, "branch" >: Text, "disabled" >: Bool] Source #