mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-24 04:24:52 +08:00
refactor(analytics): fix linting issue from #2822
This commit is contained in:
5
packages/analytics/lib/index.d.ts
vendored
5
packages/analytics/lib/index.d.ts
vendored
@@ -670,7 +670,10 @@ export namespace FirebaseAnalyticsTypes {
|
||||
* @param name Event name must not conflict with any Reserved Events.
|
||||
* @param params Parameters to be sent and displayed with the event.
|
||||
*/
|
||||
logEvent(name: string, params?: { [key: string]: string | number | boolean } | {} ): Promise<void>;
|
||||
logEvent(
|
||||
name: string,
|
||||
params?: { [key: string]: string | number | boolean } | {},
|
||||
): Promise<void>;
|
||||
|
||||
/**
|
||||
* If true, allows the device to collect analytical data and send it to
|
||||
|
||||
Reference in New Issue
Block a user