@qrush/types 2.1.41 → 2.1.42

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.
@@ -119,6 +119,7 @@ export type IFireLocation = {
119
119
  };
120
120
  contact?: {
121
121
  phoneNumber?: string;
122
+ email?: string;
122
123
  website?: string;
123
124
  socialMedia?: Partial<Record<SocialMediaPlatform, string>>;
124
125
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrush/types",
3
- "version": "2.1.41",
3
+ "version": "2.1.42",
4
4
  "description": "Shared TypeScript types for the QRush ecosystem",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",