(type: EntityName<T>, data: EntityData<T> | RequiredEntityData<T>)
| 293 | >(true); |
| 294 | |
| 295 | function create<T>(type: EntityName<T>, data: EntityData<T> | RequiredEntityData<T>) { |
| 296 | // |
| 297 | } |
| 298 | |
| 299 | create(MyEntity, { myClass: {} as MyClass }); |
| 300 | // @ts-expect-error |