Documentation
    Preparing search index...

    Interface SoulbindResponse

    Interface for a response from the soulbind endpoint.

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

    Hierarchy

    • ResponseBase
      • SoulbindResponse
    Index

    Properties

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