UNPKG

@brewww/authentication-service

Version:
10 lines (9 loc) 230 B
import { PhoneRequestDto } from "./phone.dto"; export declare class SignUpOtpEmailRequest { email: string; firstName: string; lastName: string; otpValue: string; appData: object; phone?: PhoneRequestDto; }