# Interface: IGenshinCharacterSummary
Interface for a summary of Genshin Impact characters, containing only basic information and weapon type.
# Table of contents
# Properties
# Properties
# avatars
• avatars: IGenshinCharacterBase
& { weapon_type
: number
; weapon_type_name
: string
}[]
An array of characters, containing basic information and weapon type.
# Defined in
src/modules/records/interface/characters.interface.ts:280 (opens new window)