sass-template-common 0.2.42 → 0.2.43

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.
@@ -1573,6 +1573,7 @@ declare type Props_10 = {
1573
1573
  news?: NewListResponseData[];
1574
1574
  autor?: AutorInfo[];
1575
1575
  newsRelatedResponses?: (NewListResponseData[] | undefined)[];
1576
+ newsRelatedListResponses?: (NewListResponseData[] | undefined)[];
1576
1577
  itemList?: ItemList[];
1577
1578
  slug: string;
1578
1579
  socials: any;