# Interface: IDailyRewards
Represents daily rewards for a specific month.
# Table of contents
# Properties
# Properties
# awards
• awards: IDailyAwardItem
[]
An array of daily award items.
# Defined in
src/modules/daily/daily.interface.ts:122 (opens new window)
# biz
• biz: string
The business name associated with the reward.
# Defined in
src/modules/daily/daily.interface.ts:117 (opens new window)
# month
• month: number
Represents daily rewards for a specific month.
# Defined in
src/modules/daily/daily.interface.ts:102 (opens new window)
# now
• now: string
The date of the reward in miliseconds.
# Defined in
src/modules/daily/daily.interface.ts:112 (opens new window)
# resign
• resign: boolean
Represents daily rewards for a specific month.
# Defined in
← IDailyReward IGame →