Documentation
    Preparing search index...

    Interface MythicKeystoneAffixIndexResponse

    The response for a Mythic Keystone affix index.

    interface MythicKeystoneAffixIndexResponse {
        _links: { self: Href };
        affixes: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • MythicKeystoneAffixIndexResponse
    Index

    Properties

    Properties

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