# Interface: IDailyInfo
Interface representing a daily information .
# Table of contents
# Properties
# Properties
# first_bind
• first_bind: boolean
Whether this is the user's first time signing in.
# Defined in
src/modules/daily/daily.interface.ts:43 (opens new window)
# is_sign
• is_sign: boolean
Whether the user has signed in today.
# Defined in
src/modules/daily/daily.interface.ts:38 (opens new window)
# is_sub
• is_sub: boolean
Whether the user has subscribed to the game.
# Defined in
src/modules/daily/daily.interface.ts:48 (opens new window)
# month_last_day
• month_last_day: boolean
Whether today is the last day of the current month.
# Defined in
src/modules/daily/daily.interface.ts:58 (opens new window)
# region
• region: string
The region of the user's game account.
# Defined in
src/modules/daily/daily.interface.ts:53 (opens new window)
# short_sign_day
• short_sign_day: number
# Defined in
src/modules/daily/daily.interface.ts:60 (opens new window)
# sign_cnt_missed
• sign_cnt_missed: number
# Defined in
src/modules/daily/daily.interface.ts:62 (opens new window)
# today
• today: string
The current date in YYYY-MM-DD format.
# Defined in
src/modules/daily/daily.interface.ts:33 (opens new window)
# total_sign_day
• total_sign_day: number
The total number of days the user has signed in.