Interface: IDailyReward
An object describing a daily reward.
Properties
award
• award: IDailyAwardItem
The award item associated with the reward.
Defined in
src/module/daily/daily.interface.ts:92
biz
• biz: string
The business code of the reward.
Defined in
src/module/daily/daily.interface.ts:87
month
• month: number
The month number in which the reward is available.
Defined in
src/module/daily/daily.interface.ts:72
now
• now: string
The current date in string format.
Defined in
src/module/daily/daily.interface.ts:82
resign
• resign: boolean
Whether the user can resign for the reward.