export class UsernameExistsDto {
  username: string;
}