sass-template-common 0.0.23 → 0.0.25

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.
@@ -316,6 +316,7 @@ export declare type Config = {
316
316
  showcomments?: boolean;
317
317
  showuppertitle?: boolean;
318
318
  showads?: boolean;
319
+ articlepreview?: string;
319
320
  };
320
321
 
321
322
  export declare type ConfigDynamic = {
@@ -1143,7 +1144,7 @@ export declare interface NewListResponse {
1143
1144
 
1144
1145
  export declare type NewListResponseData = {
1145
1146
  info: Info;
1146
- config?: Config;
1147
+ config?: any;
1147
1148
  social?: {
1148
1149
  title: string;
1149
1150
  description: string;