Interface ResolvedSanityImage

interface ResolvedSanityImage {
    _type?: string;
    asset: SanityImageAsset;
    crop: SanityImageCrop;
    hotspot: SanityImageHotspot;
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

_type?: string