Sanity Library Reference Docs
    Preparing search index...

    Interface PreviewMedia

    Represents a media asset in a preview.

    interface PreviewMedia {
        _ref: string;
        type: "image-asset";
        url: string;
    }
    Index

    Properties

    Properties

    _ref: string
    type: "image-asset"
    url: string