# Interface: IDailyAwardItem

Interface representing a daily award item.

# Table of contents

# Properties

# Properties

# cnt

cnt: number

The count of the award item.

# Defined in

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


# icon

icon: string

The icon of the award item.

# Defined in

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


# name

name: string

The name of the award item.

# Defined in

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