Documentation
    Preparing search index...

    Interface MythicKeystoneAffixIndexResponse

    The response for a Mythic Keystone affix index.

    interface MythicKeystoneAffixIndexResponse {
        _links: { self: Href };
        affixes: (KeyBase & { id: number; name: string | null })[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _links: { self: Href }
    affixes: (KeyBase & { id: number; name: string | null })[]