Sanity Library Reference Docs
Preparing search index...
sanity
index
SanityDocumentLike
Interface SanityDocumentLike
Similar to
SanityDocument
but only requires the
_id
and
_type
See
SanityDocument
interface
SanityDocumentLike
{
_createdAt
?:
string
;
_id
:
string
;
_rev
?:
string
;
_system
?:
{
delete
?:
boolean
}
;
_type
:
string
;
_updatedAt
?:
string
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
SanityDocumentLike
MediaLibraryAssetAspectDocument
Indexable
[
key
:
string
]:
unknown
Index
Properties
_created
At?
_id
_rev?
_system?
_type
_updated
At?
Properties
Optional
_created
At
_createdAt
?:
string
_id
_id
:
string
Optional
_rev
_rev
?:
string
Optional
_system
_system
?:
{
delete
?:
boolean
}
_type
_type
:
string
Optional
_updated
At
_updatedAt
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_created
At
_id
_rev
_system
_type
_updated
At
Sanity Library Reference Docs
Loading...
Similar to
SanityDocumentbut only requires the_idand_typeSee
SanityDocument