import type { BaseEntity } from "./base.entity"; export interface Factory { create(data: TData): TEntity; }