Skip to main content

Interface: IDailyInfo

Interface representing a daily information .

Properties

first_bind

first_bind: boolean

Whether this is the user's first time signing in.

Defined in

src/module/daily/daily.interface.ts:43


is_sign

is_sign: boolean

Whether the user has signed in today.

Defined in

src/module/daily/daily.interface.ts:38


is_sub

is_sub: boolean

Whether the user has subscribed to the game.

Defined in

src/module/daily/daily.interface.ts:48


month_last_day

month_last_day: boolean

Whether today is the last day of the current month.

Defined in

src/module/daily/daily.interface.ts:58


region

region: string

The region of the user's game account.

Defined in

src/module/daily/daily.interface.ts:53


short_sign_day

short_sign_day: number

Defined in

src/module/daily/daily.interface.ts:60


sign_cnt_missed

sign_cnt_missed: number

Defined in

src/module/daily/daily.interface.ts:62


today

today: string

The current date in YYYY-MM-DD format.

Defined in

src/module/daily/daily.interface.ts:33


total_sign_day

total_sign_day: number

The total number of days the user has signed in.

Defined in

src/module/daily/daily.interface.ts:28