# Interface: IGenshinDiaryHistory

Interface representing the history of a Genshin diary.

# Table of contents

# Properties

# Properties

# action

action: string

The name of the action.

# Defined in

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


# action_id

action_id: number

The ID of the action.

# Defined in

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


# num

num: number

The number of times the action was performed.

# Defined in

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


# time

time: string

The time the action was performed.

# Defined in

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