namespace Jint.Runtime.Interop; public interface IObjectWrapper { object Target { get; } }