# Interface: IGenshinCharacterBase
Represents the base information of a Genshin Impact character.
# Hierarchy
IGenshinCharacterBase
# Table of contents
# Properties
# Properties
# element
• element: string
The element of the character.
# Defined in
src/modules/records/interface/characters.interface.ts:187 (opens new window)
# icon
• icon: string
The URL of the character's icon.
# Defined in
src/modules/records/interface/characters.interface.ts:177 (opens new window)
# id
• id: number
The character ID.
# Defined in
src/modules/records/interface/characters.interface.ts:167 (opens new window)
# image
• image: string
The URL of the character's full image.
# Defined in
src/modules/records/interface/characters.interface.ts:172 (opens new window)
# name
• name: string
The name of the character.
# Defined in
src/modules/records/interface/characters.interface.ts:182 (opens new window)
# rarity
• rarity: number
The rarity of the character.
# Defined in
src/modules/records/interface/characters.interface.ts:192 (opens new window)