diff --git a/src/lib/es5.d.ts b/src/lib/es5.d.ts index ab484e1812e7b..3bb82cb87050f 100644 --- a/src/lib/es5.d.ts +++ b/src/lib/es5.d.ts @@ -1602,7 +1602,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