@glidevvr/storage-payload-types-pkg 1.0.170 → 1.0.172
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/package.json +1 -1
- package/payload-types.ts +1 -1
package/package.json
CHANGED
package/payload-types.ts
CHANGED
|
@@ -337,7 +337,7 @@ export interface Tenant {
|
|
|
337
337
|
*/
|
|
338
338
|
googleApiBrowserKey?: string | null;
|
|
339
339
|
/**
|
|
340
|
-
* The Server key is responsible for server side communcations with the Google APIs, and may be restricted by IP
|
|
340
|
+
* The Server key is responsible for server side communcations with the Google APIs, and may be restricted by IP address.
|
|
341
341
|
*/
|
|
342
342
|
googleApiServerKey?: string | null;
|
|
343
343
|
/**
|