/* Created By : Arun Joy Created On : 07-01-2020 Created For : For creating dto for autehntication */ export class AuthenticationDto { username: string = ""; password: string = ""; confpassword?: string = ""; email:string= ""; }