export interface Nazione {
    id?: string;
    codiceCatastale: string;
    denominazione: string;
    sigla: string;
}
