UNPKG

@brewww/authentication-service

Version:
8 lines (7 loc) 189 B
import { PhoneRequestDto } from "./phone.dto"; export declare class SendSignUpOtpEmailRequest { email: string; locale?: string; appData?: object; phone?: PhoneRequestDto; }