export class SendForgetPasswordOtpResponseDto { email!: string; constructor(email: string) { this.email = email; } }