Documentation
    Preparing search index...

    Interface MythicKeystoneAffixMediaResponse

    The response for a Mythic Keystone affix media.

    interface MythicKeystoneAffixMediaResponse {
        _links: { self: Href };
        assets?: MediaAsset[];
        id: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _links: { self: Href }
    assets?: MediaAsset[]
    id: number