diff --git a/src/lib/es5.d.ts b/src/lib/es5.d.ts index bfa5241a84d94..5f0ed3ce0854d 100644 --- a/src/lib/es5.d.ts +++ b/src/lib/es5.d.ts @@ -1493,7 +1493,7 @@ type Extract = T extends U ? T : never; /** * Construct a type with the properties of T except for those in type K. */ -type Omit = Pick>; +type Omit = Pick>; /** * Exclude null and undefined from T