ContentStudioResponse: {
    createdBy: string;
    slug: string;
    visibility:
        | "ACCOUNT_ONLY"
        | "SELECTED_WORKSPACES"
        | "RESTRICTED_ACCESS"
        | "PUBLIC";
    workspaces: string[];
}

Type declaration

  • createdBy: string
  • slug: string
  • visibility: "ACCOUNT_ONLY" | "SELECTED_WORKSPACES" | "RESTRICTED_ACCESS" | "PUBLIC"
  • workspaces: string[]