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