Module
Data.Teller.Forecast
- Package
- purescript-teller
- Repository
- ammanvedi/teller
#TrendDescriptionStruct Source
newtype TrendDescriptionStruct
Constructors
TrendDescriptionStruct { id :: String, merchant :: String, trend :: TrendDescription }
Instances
#ForecastedDay Source
newtype ForecastedDay
Constructors
ForecastedDay { dateTimestampMs :: Number, trendIds :: Array String }
Instances
#doesTrendOccurOnDay Source
doesTrendOccurOnDay :: TrendDescription -> Date -> Boolean