Sanity App SDK
Preparing search index...
@sanity/sdk-react
exports
ProjectWithoutMembers
Interface ProjectWithoutMembers
Deprecated
use the Project type directly.
interface
ProjectWithoutMembers
{
activityFeedEnabled
:
boolean
;
createdAt
:
string
;
displayName
:
string
;
features
:
string
[]
;
id
:
string
;
isBlocked
:
boolean
;
isDisabled
:
boolean
;
isDisabledByUser
:
boolean
;
members
:
ProjectMember
[]
;
metadata
:
ProjectMetadata
;
organizationId
:
string
;
studioHost
:
string
|
null
;
updatedAt
:
string
;
}
Index
Properties
activity
Feed
Enabled
created
At
display
Name
features
id
is
Blocked
is
Disabled
is
Disabled
By
User
members
metadata
organization
Id
studio
Host
updated
At
Properties
activity
Feed
Enabled
activityFeedEnabled
:
boolean
created
At
createdAt
:
string
display
Name
displayName
:
string
features
features
:
string
[]
id
id
:
string
is
Blocked
isBlocked
:
boolean
is
Disabled
isDisabled
:
boolean
is
Disabled
By
User
isDisabledByUser
:
boolean
members
members
:
ProjectMember
[]
metadata
metadata
:
ProjectMetadata
organization
Id
organizationId
:
string
studio
Host
studioHost
:
string
|
null
updated
At
updatedAt
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
activity
Feed
Enabled
created
At
display
Name
features
id
is
Blocked
is
Disabled
is
Disabled
By
User
members
metadata
organization
Id
studio
Host
updated
At
Sanity App SDK
Loading...
Deprecated
use the Project type directly.