Sanity App SDK
Preparing search index...
@sanity/sdk
index
ResolveUserOptions
Interface ResolveUserOptions
Represents the minimal configuration required to identify a Sanity project.
interface
ResolveUserOptions
{
organizationId
?:
string
;
projectId
?:
string
;
resourceType
?:
"organization"
|
"project"
;
signal
?:
AbortSignal
;
userId
:
string
;
}
Hierarchy (
View Summary
)
GetUserOptions
ResolveUserOptions
Index
Properties
organization
Id?
project
Id?
resource
Type?
signal?
user
Id
Properties
Optional
organization
Id
organizationId
?:
string
Optional
project
Id
projectId
?:
string
Optional
resource
Type
resourceType
?:
"organization"
|
"project"
Optional
signal
signal
?:
AbortSignal
user
Id
userId
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
organization
Id
project
Id
resource
Type
signal
user
Id
Sanity App SDK
Loading...
Represents the minimal configuration required to identify a Sanity project.