@deallony/shared 1.0.77 → 1.0.78
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export * as Ad from './AdType';
|
|
2
2
|
export * as AdLocation from './AdLocationType';
|
|
3
3
|
export * as Motor from './MotorType';
|
|
4
|
-
export * as Property from './
|
|
4
|
+
export * as Property from './PropertyType';
|
|
5
5
|
export * as Service from './ServiceType';
|
|
6
6
|
export * as Product from './UsedProductType';
|
|
7
7
|
export * as SubjectTable from './SubjectType';
|
package/dist/types/__index__.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export * as Ad from './AdType';
|
|
2
2
|
export * as AdLocation from './AdLocationType';
|
|
3
3
|
export * as Motor from './MotorType';
|
|
4
|
-
export * as Property from './
|
|
4
|
+
export * as Property from './PropertyType';
|
|
5
5
|
export * as Service from './ServiceType';
|
|
6
6
|
export * as Product from './UsedProductType';
|
|
7
7
|
export * as SubjectTable from './SubjectType';
|