sass-template-common 0.1.89 → 0.1.90

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.
@@ -511,7 +511,7 @@ declare interface External_2 {
511
511
  iframe: boolean;
512
512
  }
513
513
 
514
- export declare function extractRealtedNews(articleBody: string): Array<Array<string>>;
514
+ export declare function extractRealtedNews(article: NewListResponseData): Array<Array<string>>;
515
515
 
516
516
  export declare const Font: ({ config }: {
517
517
  config: Config;
@@ -1526,6 +1526,8 @@ export declare interface Preview {
1526
1526
  photographer?: string | false;
1527
1527
  }
1528
1528
 
1529
+ export declare const processExtractedRelatedNews: (relatedNews: string[][], getNews: (params: any) => any) => Promise<any[]>;
1530
+
1529
1531
  export declare type PromiseArray = {
1530
1532
  [key: string]: {
1531
1533
  promise?: Promise<any>;