@typescript-deploys/pr-build 4.7.0-pr-48080-37 → 4.7.0-pr-47657-5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,7 +18,7 @@ and limitations under the License.
18
18
  /// <reference no-default-lib="true"/>
19
19
 
20
20
 
21
- interface Object {
21
+ interface ObjectConstructor {
22
22
  /**
23
23
  * Determines whether an object has a property with the specified name.
24
24
  * @param o An object.