Sanity App SDK
Preparing search index...
@sanity/sdk
index
UsersStoreState
Interface UsersStoreState
interface
UsersStoreState
{
error
?:
unknown
;
users
:
{
[
key
:
string
]:
undefined
|
UsersGroupState
}
;
}
Index
Properties
error?
users
Properties
Optional
error
error
?:
unknown
users
users
:
{
[
key
:
string
]:
undefined
|
UsersGroupState
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
users
Sanity App SDK
Loading...