Interface SanityImageObjectStub

interface SanityImageObjectStub {
    _type?: string;
    asset:
        | SanityReference
        | SanityAssetIdStub
        | SanityAssetUrlStub
        | SanityAssetPathStub
        | SanityImageAsset;
    crop?: SanityImageCrop;
    hotspot?: SanityImageHotspot;
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

_type?: string
asset:
    | SanityReference
    | SanityAssetIdStub
    | SanityAssetUrlStub
    | SanityAssetPathStub
    | SanityImageAsset