Sanity Library Reference Docs
Preparing search index...
@sanity/workflow-engine
index
ActorResolution
Type Alias ActorResolution<User>
ActorResolution
:
|
{
actor
:
PersonActor
;
status
:
"resolved"
;
user
:
User
}
|
{
actor
:
PersonActor
;
status
:
"missing"
}
|
{
actor
:
PersonActor
;
cause
?:
unknown
;
status
:
"inaccessible"
}
|
{
actor
:
Actor
;
status
:
"not-person"
}
Type Parameters
User
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Sanity Library Reference Docs
Loading...