@win2win/shared 1.0.229 → 1.0.230
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.
|
@@ -159,6 +159,7 @@ export interface LandingPageRaw {
|
|
|
159
159
|
CUSTOM_CONFIG: JsonObject;
|
|
160
160
|
FECHA_UPD: Date | string;
|
|
161
161
|
SECCIONES: LandingSectionRaw[];
|
|
162
|
+
ID_REGION: Id;
|
|
162
163
|
}
|
|
163
164
|
export type Spacing = [string, string, string, string];
|
|
164
165
|
export interface LandingSectionRaw {
|
package/package.json
CHANGED