@web-core/web-sdk
    Preparing search index...

    Interface MediaContent

    interface MediaContent {
        height: number;
        type: string;
        url: string;
        width: number;
    }
    Index

    Properties

    Properties

    height: number
    type: string
    url: string
    width: number