We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1872388 commit 565eb49Copy full SHA for 565eb49
packages/sanity/src/core/store/_legacy/project/types.ts
@@ -7,12 +7,20 @@ import {type Observable} from 'rxjs'
7
export interface ProjectData {
8
id: string
9
displayName: string
10
+ /**
11
+ * @deprecated Use the `/user-applications` endpoint instead, which lists all deployed studios/applications
12
+ * @see https://www.sanity.io/help/studio-host-user-applications
13
+ */
14
studioHost: string | null
15
isBlocked: boolean
16
isDisabled: boolean
17
isDisabledByUser: boolean
18
metadata: {
19
color: string
20
21
22
23
24
externalStudioHost: string
25
}
26
maxRetentionDays: number
0 commit comments