Sanity Library Reference Docs
Preparing search index...
@sanity/workflow-studio
StudioProjectMembership
Interface StudioProjectMembership
interface
StudioProjectMembership
{
id
:
string
;
isCurrentUser
?:
boolean
;
isRobot
?:
boolean
;
roles
?:
readonly
{
name
:
string
;
title
?:
string
}
[]
;
readonly
[
key
:
string
]:
unknown
;
}
Indexable
readonly
[
key
:
string
]:
unknown
Index
Properties
id
is
Current
User?
is
Robot?
roles?
Properties
Readonly
id
id
:
string
Optional
Readonly
is
Current
User
isCurrentUser
?:
boolean
Optional
Readonly
is
Robot
isRobot
?:
boolean
Optional
Readonly
roles
roles
?:
readonly
{
name
:
string
;
title
?:
string
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
is
Current
User
is
Robot
roles
Sanity Library Reference Docs
Loading...