Interface SanityImageUploadStub

Represents an in-progress image upload (has upload property but no asset yet)

interface SanityImageUploadStub {
    _type?: string;
    _upload?: unknown;
    asset?: SanityImageAsset;
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

_type?: string
_upload?: unknown