@exclusive-website/types 2.1.5 → 2.1.7
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/types.d.ts +0 -3
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -149,11 +149,8 @@ export interface FavoritesListing {
|
|
|
149
149
|
}
|
|
150
150
|
export interface LocationDto {
|
|
151
151
|
country: string;
|
|
152
|
-
countryId: string;
|
|
153
152
|
region: string;
|
|
154
|
-
regionId: string;
|
|
155
153
|
city: string;
|
|
156
|
-
cityId: string;
|
|
157
154
|
}
|
|
158
155
|
export interface CountryDto {
|
|
159
156
|
countryId: number;
|