Skip to content

Commit 2ca560d

Browse files
committed
Remove redundant key from typings
1 parent 478394f commit 2ca560d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export interface PerformanceEventTiming extends PerformanceEntry {
5353
}
5454

5555
export type FirstInputPolyfillEntry =
56-
Omit<PerformanceEventTiming, 'processingEnd' | 'processingEnd' | 'toJSON'>
56+
Omit<PerformanceEventTiming, 'processingEnd' | 'toJSON'>
5757

5858
export interface FirstInputPolyfillCallback {
5959
(entry: FirstInputPolyfillEntry): void;

0 commit comments

Comments
 (0)