We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deac80c commit 166c3ddCopy full SHA for 166c3dd
common/api-review/analytics-exp.api.md
@@ -37,7 +37,7 @@ export type CustomEventName<T> = T extends EventNameString ? never : T;
37
// @public
38
export interface CustomParams {
39
// (undocumented)
40
- [key: string]: any;
+ [key: string]: unknown;
41
}
42
43
packages-exp/analytics-compat/src/index.ts
@@ -15,8 +15,7 @@
15
* limitations under the License.
16
*/
17
18
-import { firebase } from '@firebase/app-compat';
19
-import { _FirebaseNamespace } from '@firebase/app-types/private';
+import { firebase, _FirebaseNamespace } from '@firebase/app-compat';
20
import { name, version } from '../package.json';
21
import { AnalyticsService } from './service';
22
import {
0 commit comments