export class RegistrationDataDto {
  first_name: string;
  confirmation_link: string;
}