Sanity Library Reference Docs
    Preparing search index...

    Interface MediaLibraryAssetVersion

    A single tracked version of a Media Library asset - one uploaded instance, referencing the underlying (Content Lake shaped) asset document it wraps.

    interface MediaLibraryAssetVersion {
        _key: string;
        _type: "sanity.asset.version";
        instance: SanityReference;
        title?: string;
    }
    Index

    Properties

    _key: string
    _type: "sanity.asset.version"
    instance: SanityReference
    title?: string