Documentation
    Preparing search index...

    Interface CovenantMediaResponse

    Interface for a response from the covenant media endpoint.

    interface CovenantMediaResponse {
        _links: { self: Href };
        assets?: MediaAsset[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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