Type Alias ImportPublicContent
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
Optionalworkspace_ids?: string[] | null