/* tslint:disable */ /* eslint-disable */ /* Code generated by ng-openapi-gen DO NOT EDIT. */ export interface NomenclatoreLivello1ResDto { /** * Codice nomenclatore livello 1 */ codice: string; /** * Descrizione nomenclatore livello 1 */ descrizione: string; /** * Unique identifier for nomenclatore livello 1 */ id: number; }