Skip to main content

Interface: IGenshinDiaryDetail

Interface representing detailed information for a Genshin diary.

Hierarchy

Properties

current_page

current_page: number

The current page of the diary.

Defined in

src/client/gi/diary/diary.interface.ts:131


data_month

data_month: number

The current month's data for the diary.

Inherited from

IGenshinDiaryBase.data_month

Defined in

src/client/gi/diary/diary.interface.ts:24


list

list: IGenshinDiaryHistory[]

An array of history objects.

Defined in

src/client/gi/diary/diary.interface.ts:135


nickname

nickname: string

The nickname associated with the diary.

Inherited from

IGenshinDiaryBase.nickname

Defined in

src/client/gi/diary/diary.interface.ts:16


optional_month

optional_month: number[]

An array of optional months for the diary.

Inherited from

IGenshinDiaryBase.optional_month

Defined in

src/client/gi/diary/diary.interface.ts:20


region

region: string

The region of the diary.

Inherited from

IGenshinDiaryBase.region

Defined in

src/client/gi/diary/diary.interface.ts:12


uid

uid: number

The unique identifier of the diary.

Inherited from

IGenshinDiaryBase.uid

Defined in

src/client/gi/diary/diary.interface.ts:8