UNPKG

@infordata-web/portal-common-component-lib

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.14.

8 lines (7 loc) 263 B
import { InfoAnagrafichePFDTO } from "./info-anagrafiche-pf"; import { InfoNascitaPFDTO } from "./info-nascita-pf.dto"; export declare class PersonaFisicaDTO { infoAnagrafiche: InfoAnagrafichePFDTO; infoNascita: InfoNascitaPFDTO; id: string; }