Documentation
    Preparing search index...

    Interface AccountHeroFollowerItemsResponse

    interface AccountHeroFollowerItemsResponse {
        enchantress: Record<string, FollowerItem>;
        scoundrel: Record<string, FollowerItem>;
        templar: Record<string, FollowerItem>;
    }
    Index

    Properties

    enchantress: Record<string, FollowerItem>
    scoundrel: Record<string, FollowerItem>
    templar: Record<string, FollowerItem>