Skip to content

Commit

Permalink
Merge pull request #115 from GoogleChrome/fix-typings
Browse files Browse the repository at this point in the history
Remove redundant key from typings
  • Loading branch information
philipwalton authored Jan 12, 2021
2 parents 478394f + 2ca560d commit 1cbf79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export interface PerformanceEventTiming extends PerformanceEntry {
}

export type FirstInputPolyfillEntry =
Omit<PerformanceEventTiming, 'processingEnd' | 'processingEnd' | 'toJSON'>
Omit<PerformanceEventTiming, 'processingEnd' | 'toJSON'>

export interface FirstInputPolyfillCallback {
(entry: FirstInputPolyfillEntry): void;
Expand Down

0 comments on commit 1cbf79e

Please sign in to comment.