Documentation
    Preparing search index...

    Interface SoulbindIndexResponse

    Interface for a response from the soulbind index endpoint.

    interface SoulbindIndexResponse {
        _links: { self: Href };
        soulbinds: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • SoulbindIndexResponse
    Index

    Properties

    Properties

    _links: { self: Href }
    soulbinds: NameIdKey[]