Documentation
    Preparing search index...

    Interface MythicKeystoneAffixResponse

    The response for a Mythic Keystone affix.

    interface MythicKeystoneAffixResponse {
        _links: { self: Href };
        description: string;
        id: number;
        media: Media;
        name: string;
    }

    Hierarchy

    • NameId
    • ResponseBase
      • MythicKeystoneAffixResponse
    Index

    Properties

    _links: { self: Href }
    description: string
    id: number
    media: Media
    name: string