sass-template-common 0.3.144 → 0.3.145

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.
@@ -467,6 +467,8 @@ export { Date_2 as Date }
467
467
 
468
468
  export declare const DEBUG_MainSlots: ({ mainBlock, StylesConfigMain, config, banners, }: Props_20) => JSX.Element | null;
469
469
 
470
+ export declare function decodeApiEnv<T = any>(encoded: Record<string, any>): T;
471
+
470
472
  declare type DestacadoDiario = {
471
473
  customSectionCardStyles: SectionCardCSS;
472
474
  customNewsDescriptionStyles: NewsDescriptionBlockCSS;
@@ -553,6 +555,8 @@ export declare type EmailParams = {
553
555
  body: string;
554
556
  };
555
557
 
558
+ export declare function encodeApiEnv<T extends Record<string, any>>(env: T): Record<string, any>;
559
+
556
560
  export declare interface Entity {
557
561
  color: string;
558
562
  description: string;