UNPKG

@brewww/authentication-service

Version:
6 lines (5 loc) 143 B
import { PhoneRequestDto } from "./phone.dto"; export declare class LoginOtpPhoneRequest { phone: PhoneRequestDto; otpValue: string; }