# Interface: IGenshinCharacterRole
Represents a character role in Genshin Impact.
# Table of contents
# Properties
# Properties
# AvatarUrl
• AvatarUrl: string
The URL of the avatar image of the character role.
# Defined in
src/modules/records/interface/characters.interface.ts:243 (opens new window)
# level
• level: number
The level of the character role.
# Defined in
src/modules/records/interface/characters.interface.ts:255 (opens new window)
# nickname
• nickname: string
The nickname of the character role.
# Defined in
src/modules/records/interface/characters.interface.ts:247 (opens new window)
# region
• region: string
The region of the character role.
# Defined in
src/modules/records/interface/characters.interface.ts:251 (opens new window)