Module
Data.Teller.GenTypes
- Package
- purescript-teller
- Repository
- ammanvedi/teller
#HeartbeatGeneratorFn Source
type HeartbeatGeneratorFn = Date -> Int
#TrendDescription Source
data TrendDescription
Constructors
MonthDayTrendDescription { dayOfMonth :: Int, pricing :: Number }
LastWeekdayTrendDescription { pricing :: Number, weekday :: Int }
SpecificWeekdayTrendDescription { pricing :: Number, weekday :: Int }
WeekdayTrendDescription { pricing :: Array Number, weekdays :: Array Int }
EveryWeekdayTrendDescription { pricing :: Array Number }
WeekendTrendDescription { pricing :: Array Number }