# Interface: IGenshinDiaryDetail
Interface representing detailed information for a Genshin diary.
# Hierarchy
-
↳
IGenshinDiaryDetail
# Table of contents
# Properties
# Properties
# current_page
• current_page: number
The current page of the diary.
# Defined in
src/modules/diary/diary.interface.ts:132 (opens new window)
# data_month
• data_month: number
The current month's data for the diary.
# Inherited from
# Defined in
src/modules/diary/diary.interface.ts:24 (opens new window)
# list
• list: IGenshinDiaryHistory
[]
An array of history objects.
# Defined in
src/modules/diary/diary.interface.ts:136 (opens new window)
# nickname
• nickname: string
The nickname associated with the diary.
# Inherited from
# Defined in
src/modules/diary/diary.interface.ts:16 (opens new window)
# optional_month
• optional_month: number
[]
An array of optional months for the diary.
# Inherited from
IGenshinDiaryBase.optional_month
# Defined in
src/modules/diary/diary.interface.ts:20 (opens new window)
# region
• region: string
The region of the diary.
# Inherited from
# Defined in
src/modules/diary/diary.interface.ts:12 (opens new window)
# uid
• uid: number
The unique identifier of the diary.