Skip to content

Commit 3a1001f

Browse files
committed
Revert extra files
1 parent 8864ec3 commit 3a1001f

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
@@ -12,10 +12,7 @@ import { PerformanceTrace } from '@firebase/performance-types-exp';
1212
export { FirebasePerformance }
1313

1414
// @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;
1916

2017
export { PerformanceSettings }
2118

0 commit comments

Comments
 (0)