2FAuth/app/Models/Dto/OtpDto.php
2022-11-25 15:20:36 +01:00

13 lines
156 B
PHP

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