# Interface: IGenshinDiaryBase

Interface representing the base structure of a Genshin diary.

# Hierarchy

# Table of contents

# Properties

# Properties

# data_month

data_month: number

The current month's data for the diary.

# Defined in

src/modules/diary/diary.interface.ts:24 (opens new window)


# nickname

nickname: string

The nickname associated with the diary.

# 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.

# Defined in

src/modules/diary/diary.interface.ts:20 (opens new window)


# region

region: string

The region of the diary.

# Defined in

src/modules/diary/diary.interface.ts:12 (opens new window)


# uid

uid: number

The unique identifier of the diary.

# Defined in

src/modules/diary/diary.interface.ts:8 (opens new window)