Sanity Library Reference Docs
Preparing search index...
@sanity/client
index
SanityUser
Interface SanityUser
interface
SanityUser
{
id
:
string
;
projectId
:
string
;
displayName
:
string
;
familyName
:
string
|
null
;
givenName
:
string
|
null
;
middleName
:
string
|
null
;
imageUrl
:
string
|
null
;
createdAt
:
string
;
updatedAt
:
string
;
isCurrentUser
:
boolean
;
}
Index
Properties
id
project
Id
display
Name
family
Name
given
Name
middle
Name
image
Url
created
At
updated
At
is
Current
User
Properties
id
id
:
string
project
Id
projectId
:
string
display
Name
displayName
:
string
family
Name
familyName
:
string
|
null
given
Name
givenName
:
string
|
null
middle
Name
middleName
:
string
|
null
image
Url
imageUrl
:
string
|
null
created
At
createdAt
:
string
updated
At
updatedAt
:
string
is
Current
User
isCurrentUser
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
project
Id
display
Name
family
Name
given
Name
middle
Name
image
Url
created
At
updated
At
is
Current
User
Sanity Library Reference Docs
Loading...