Documentation
    Preparing search index...

    Interface SoulbindResponse

    Interface for a response from the soulbind endpoint.

    interface SoulbindResponse {
        _links: { self: Href };
        covenant: NameIdKey;
        creature: NameIdKey;
        follower: NameId;
        id: number;
        name: string;
        talent_tree: NameIdKey;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    covenant: NameIdKey
    creature: NameIdKey
    follower: NameId
    id: number
    name: string
    talent_tree: NameIdKey