export interface Comune {
    codiceCatastale: string;
    codiceIstat: string;
    denominazione: string;
}
