export class UserCredentialsDto {
  email: string;
  nickname: string;
  password: string;
}
