drone-1.0.1

Safe HaskellNone
LanguageHaskell2010

Drone.Types.Cron

Documentation

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

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