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