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) 169 B
import { Tipologica } from "./tipologica"; export interface Recapito { id: string; preferito: true; recapito: string; tipoRecapito: Tipologica; }