mayak-common-library 0.0.328 → 0.0.329
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.
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +6 -6
- package/dist/index.mjs +5 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -840,7 +840,7 @@ declare function AreasFull({ title, areas, classes, href, children, }: IArticles
|
|
|
840
840
|
|
|
841
841
|
interface NewProjectCardProps {
|
|
842
842
|
slug?: string;
|
|
843
|
-
images?: string
|
|
843
|
+
images?: Array<string | null>;
|
|
844
844
|
title?: string;
|
|
845
845
|
address?: string;
|
|
846
846
|
price?: string;
|
|
@@ -1441,7 +1441,7 @@ interface IWorker {
|
|
|
1441
1441
|
email?: string;
|
|
1442
1442
|
}
|
|
1443
1443
|
interface IRealty {
|
|
1444
|
-
images?: string
|
|
1444
|
+
images?: Array<string | null>;
|
|
1445
1445
|
dealId?: number;
|
|
1446
1446
|
price?: string;
|
|
1447
1447
|
district?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -840,7 +840,7 @@ declare function AreasFull({ title, areas, classes, href, children, }: IArticles
|
|
|
840
840
|
|
|
841
841
|
interface NewProjectCardProps {
|
|
842
842
|
slug?: string;
|
|
843
|
-
images?: string
|
|
843
|
+
images?: Array<string | null>;
|
|
844
844
|
title?: string;
|
|
845
845
|
address?: string;
|
|
846
846
|
price?: string;
|
|
@@ -1441,7 +1441,7 @@ interface IWorker {
|
|
|
1441
1441
|
email?: string;
|
|
1442
1442
|
}
|
|
1443
1443
|
interface IRealty {
|
|
1444
|
-
images?: string
|
|
1444
|
+
images?: Array<string | null>;
|
|
1445
1445
|
dealId?: number;
|
|
1446
1446
|
price?: string;
|
|
1447
1447
|
district?: string;
|