@jealous-robot-dev/shared-types-responses 1.58.1 → 1.58.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,6 +24,7 @@ export interface MainUserData {
24
24
  }
25
25
  export interface API {
26
26
  googleOAuthClient: string;
27
+ googleMapsKey: string;
27
28
  fbAuthClient: string;
28
29
  }
29
30
  export interface CommonData {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.58.1",
3
+ "version": "1.58.2",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",