mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-06-17 04:09:38 +08:00
chore(analytics): remove useless type
This commit is contained in:
2
packages/analytics/lib/index.d.ts
vendored
2
packages/analytics/lib/index.d.ts
vendored
@@ -672,7 +672,7 @@ export namespace FirebaseAnalyticsTypes {
|
||||
*/
|
||||
logEvent(
|
||||
name: string,
|
||||
params?: { [key: string]: string | number | boolean } | {},
|
||||
params?: { [key: string]: string | number | boolean },
|
||||
): Promise<void>;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user