import { AutoMap } from '@automapper/classes'; export class UserPresenter { @AutoMap() uuid: string; @AutoMap() firstName: string; @AutoMap() lastName: string; @AutoMap() email: string; @AutoMap() phone: string; }