chore(analytics): remove useless type

This commit is contained in:
Elliot Hesp
2020-03-24 12:02:24 +00:00
committed by GitHub
parent 1661f6e084
commit 77a213a569

View File

@@ -672,7 +672,7 @@ export namespace FirebaseAnalyticsTypes {
*/
logEvent(
name: string,
params?: { [key: string]: string | number | boolean } | {},
params?: { [key: string]: string | number | boolean },
): Promise<void>;
/**