zek 16.0.25 → 16.0.27
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/lib/tokens.d.ts
CHANGED
|
@@ -3,3 +3,4 @@ export declare const API_BASE_URL: InjectionToken<string>;
|
|
|
3
3
|
export declare const DATE_FORMAT: InjectionToken<string>;
|
|
4
4
|
export declare const LANGUAGE: InjectionToken<string>;
|
|
5
5
|
export declare const RECAPTCHA_SITE_KEY: InjectionToken<string>;
|
|
6
|
+
export declare const GOOGLE_CLIENT_ID: InjectionToken<string>;
|