Preparing search index...
The search index is not available
@sanity/asset-utils
@sanity/asset-utils
SanityFileUploadStub
Interface SanityFileUploadStub
Represents an in-progress file upload (has upload property but no asset yet)
interface
SanityFileUploadStub
{
_type
?:
string
;
_upload
?:
unknown
;
asset
?:
SanityFileAsset
;
[
key
:
string
]
:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
_type?
_upload?
asset?
Properties
Optional
_type
_type
?:
string
Optional
_upload
_upload
?:
unknown
Optional
asset
asset
?:
SanityFileAsset
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_type
_upload
asset
@sanity/asset-utils
Loading...
Represents an in-progress file upload (has upload property but no asset yet)