@arsedizioni/ars-utils 18.2.485 → 18.2.486

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -689,6 +689,7 @@ export interface ClipperArchiveFileInfo {
689
689
  teamId?: string | null;
690
690
  topicId?: string | null;
691
691
  topicPath?: string | null;
692
+ topicName?: string | null;
692
693
  topics?: string[] | null;
693
694
  tags?: string | null;
694
695
  isPrivate?: boolean | null;