Documentation
    Preparing search index...

    Interface CharacterSoulbindsResponse

    interface CharacterSoulbindsResponse {
        _links: { self: Href };
        character: Character;
        chosen_covenant: NameIdKey;
        renown_level: number;
        soulbinds: Soulbind[];
    }

    Hierarchy

    • ResponseBase
      • CharacterSoulbindsResponse
    Index

    Properties

    _links: { self: Href }
    character: Character
    chosen_covenant: NameIdKey
    renown_level: number
    soulbinds: Soulbind[]