<?php
namespace App\Models\Dto;
class OtpDto
{
/* @var integer */
public string $password;
public string $otp_type;
}