ImportPublicContent: {
    content_id: string;
    content_slug_name: string;
    studio_id: string | null;
    type: ImportContentType;
    workspace_ids?: string[] | null;
}

Type declaration

  • content_id: string
  • content_slug_name: string
  • studio_id: string | null
  • type: ImportContentType
  • Optionalworkspace_ids?: string[] | null