# Interface: IGenshinCharacterConstellation
Defines the shape of a Genshin Impact character constellation object.
# Table of contents
# Properties
# Properties
# effect
• effect: string
The effect of the constellation.
# Defined in
src/modules/records/interface/characters.interface.ts:143 (opens new window)
# icon
• icon: string
The icon of the constellation.
# Defined in
src/modules/records/interface/characters.interface.ts:139 (opens new window)
# id
• id: number
The unique identifier of the constellation.
# Defined in
src/modules/records/interface/characters.interface.ts:131 (opens new window)
# is_actived
• is_actived: boolean
Whether the constellation is activated.
# Defined in
src/modules/records/interface/characters.interface.ts:147 (opens new window)
# name
• name: string
The name of the constellation.
# Defined in
src/modules/records/interface/characters.interface.ts:135 (opens new window)
# pos
• pos: number
The position of the constellation.
# Defined in
src/modules/records/interface/characters.interface.ts:151 (opens new window)