diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2022-06-01 10:19:18 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-01 10:19:18 +1000 |
commit | 7eee521199e9735ab7c347d99e9d90ba3046be1a (patch) | |
tree | 2528f05c15f6e689c1cb409a6bbe554b2507fc40 /cli/dts/lib.es2022.object.d.ts | |
parent | c41544ac7b502fbdb6c1ee96a604490b72eb7770 (diff) |
feat: update to TypeScript 4.7 (#14242)
Diffstat (limited to 'cli/dts/lib.es2022.object.d.ts')
-rw-r--r-- | cli/dts/lib.es2022.object.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/dts/lib.es2022.object.d.ts b/cli/dts/lib.es2022.object.d.ts index 634601006..2fe2a1917 100644 --- a/cli/dts/lib.es2022.object.d.ts +++ b/cli/dts/lib.es2022.object.d.ts @@ -18,7 +18,7 @@ and limitations under the License. /// <reference no-default-lib="true"/> -interface Object { +interface ObjectConstructor { /** * Determines whether an object has a property with the specified name. * @param o An object. |