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