# Interface: IDailyReward

An object describing a daily reward.

# Table of contents

# Properties

# Properties

# award

award: IDailyAwardItem

The award item associated with the reward.

# Defined in

src/modules/daily/daily.interface.ts:92 (opens new window)


# biz

biz: string

The business code of the reward.

# Defined in

src/modules/daily/daily.interface.ts:87 (opens new window)


# month

month: number

The month number in which the reward is available.

# Defined in

src/modules/daily/daily.interface.ts:72 (opens new window)


# now

now: string

The current date in string format.

# Defined in

src/modules/daily/daily.interface.ts:82 (opens new window)


# resign

resign: boolean

Whether the user can resign for the reward.

# Defined in

src/modules/daily/daily.interface.ts:77 (opens new window)