import { IPatientLoginForm } from './AmeliproPatientLoginForm/types' export interface IPatientLogin { dialog: boolean formValue?: IPatientLoginForm }