Skip to content

Commit 43e662b

Browse files
committed
Revert extra files
1 parent 27d2372 commit 43e662b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

common/api-review/analytics-exp.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export type CustomEventName<T> = T extends EventNameString ? never : T;
3737
// @public
3838
export interface CustomParams {
3939
// (undocumented)
40-
[key: string]: unknown;
40+
[key: string]: any;
4141
}
4242

4343
// @public

common/api-review/performance-exp.api.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ export interface FirebasePerformance {
1313
}
1414

1515
// @public
16-
export function getPerformance(app: FirebaseApp): FirebasePerformance;
17-
18-
// @public
19-
export function initializePerformance(app: FirebaseApp, settings?: PerformanceSettings): FirebasePerformance;
16+
export function getPerformance(app: FirebaseApp, settings?: PerformanceSettings): FirebasePerformance;
2017

2118
// @public (undocumented)
2219
export interface PerformanceSettings {

0 commit comments

Comments
 (0)