Sanity Library Reference Docs
Preparing search index...
sanity
index
Transaction
Interface Transaction
Beta
Hidden
interface
Transaction
{
author
:
string
;
draftEffect
?:
MendozaEffectPair
;
id
:
string
;
index
:
number
;
publishedEffect
?:
MendozaEffectPair
;
timestamp
:
string
;
}
Index
Properties
author
draft
Effect?
id
index
published
Effect?
timestamp
Properties
Beta
author
author
:
string
Optional
Beta
draft
Effect
draftEffect
?:
MendozaEffectPair
Beta
id
id
:
string
Beta
index
index
:
number
Optional
Beta
published
Effect
publishedEffect
?:
MendozaEffectPair
Beta
timestamp
timestamp
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author
draft
Effect
id
index
published
Effect
timestamp
Sanity Library Reference Docs
Loading...
Hidden