@retaila/shared-types 1.1.91 → 1.1.92
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 +0 -6
- package/dist/index.d.ts +0 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2177,12 +2177,6 @@ interface StoreSettings {
|
|
|
2177
2177
|
instagram?: string;
|
|
2178
2178
|
facebook?: string;
|
|
2179
2179
|
address?: string;
|
|
2180
|
-
location?: {
|
|
2181
|
-
lat: number;
|
|
2182
|
-
lng: number;
|
|
2183
|
-
};
|
|
2184
|
-
logoId?: string;
|
|
2185
|
-
faviconId?: string;
|
|
2186
2180
|
createdAt: Date;
|
|
2187
2181
|
updatedAt: Date;
|
|
2188
2182
|
deletedAt?: Date;
|
package/dist/index.d.ts
CHANGED
|
@@ -2177,12 +2177,6 @@ interface StoreSettings {
|
|
|
2177
2177
|
instagram?: string;
|
|
2178
2178
|
facebook?: string;
|
|
2179
2179
|
address?: string;
|
|
2180
|
-
location?: {
|
|
2181
|
-
lat: number;
|
|
2182
|
-
lng: number;
|
|
2183
|
-
};
|
|
2184
|
-
logoId?: string;
|
|
2185
|
-
faviconId?: string;
|
|
2186
2180
|
createdAt: Date;
|
|
2187
2181
|
updatedAt: Date;
|
|
2188
2182
|
deletedAt?: Date;
|