Sanity Library Reference Docs
Preparing search index...
@sanity/workflow-engine-test
StoreDocument
Type Alias StoreDocument
A document as stored in the bench's fake lake.
type
StoreDocument
=
{
_id
:
string
;
_type
:
string
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
_id
_type
Properties
_id
_id
:
string
_type
_type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_id
_type
Sanity Library Reference Docs
Loading...
A document as stored in the bench's fake lake.