Interface IGenshinCharacters

Represents a collection of Genshin Impact characters and user information

interface IGenshinCharacters {
    avatars: IGenshinCharacterAvatarFull[];
    role: IGenshinCharacterRole;
}

Properties

Properties

List of Genshin Impact characters

User information associated with the characters