UNPKG

@brewww/authentication-service

Version:
7 lines (6 loc) 163 B
import { PhoneRequestDto } from "../../login/dto/phone.dto"; export interface IGetUser { username?: string; email?: string; phone?: PhoneRequestDto; }