import type { Constructor } from '@automapper/core'; export interface MappedType extends Constructor { new (): T; }