File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export type CustomEventName<T> = T extends EventNameString ? never : T;
37
37
// @public
38
38
export interface CustomParams {
39
39
// (undocumented)
40
- [key : string ]: unknown ;
40
+ [key : string ]: any ;
41
41
}
42
42
43
43
// @public
Original file line number Diff line number Diff line change @@ -12,10 +12,7 @@ import { PerformanceTrace } from '@firebase/performance-types-exp';
12
12
export { FirebasePerformance }
13
13
14
14
// @public
15
- export function getPerformance(app : FirebaseApp ): FirebasePerformance ;
16
-
17
- // @public
18
- export function initializePerformance(app : FirebaseApp , settings ? : PerformanceSettings ): FirebasePerformance ;
15
+ export function getPerformance(app : FirebaseApp , settings ? : PerformanceSettings ): FirebasePerformance ;
19
16
20
17
export { PerformanceSettings }
21
18
You can’t perform that action at this time.
0 commit comments