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