interface ObjectConstructor {
    _assign(target: any, obj1: any, obj2?: any): any;
}
