Interface IDailyAwardItem

Interface representing a daily award item.

interface IDailyAwardItem {
    cnt: number;
    icon: string;
    name: string;
}

Properties

Properties

cnt: number

The count of the award item.

icon: string

The icon of the award item.

name: string

The name of the award item.