Type Alias StudioResponse
StudioResponse: {
accountSlug: string;
createdBy: string;
description: string;
editAllowed: boolean;
id: string;
imageUrl?: string;
isGoverned: boolean;
name: string;
slug: string;
tabs: string[];
teams: string[];
verified: boolean;
visibility:
| "ACCOUNT_ONLY"
| "SELECTED_WORKSPACES"
| "RESTRICTED_ACCESS"
| "PUBLIC";
}
Type declaration
accountSlug: string
createdBy: string
description: string
editAllowed: boolean
id: string
OptionalimageUrl?: string
isGoverned: boolean
name: string
slug: string
tabs: string[]
teams: string[]
verified: boolean
visibility: "ACCOUNT_ONLY" | "SELECTED_WORKSPACES" | "RESTRICTED_ACCESS" | "PUBLIC"