Interface IDailyRewards

Represents daily rewards for a specific month.

interface IDailyRewards {
    awards: IDailyAwardItem[];
    biz: string;
    month: number;
    now: string;
    resign: boolean;
}

Properties

awards: IDailyAwardItem[]

An array of daily award items.

biz: string

The business name associated with the reward.

month: number

Represents daily rewards for a specific month.

now: string

The date of the reward in miliseconds.

resign: boolean

Represents daily rewards for a specific month.