Browser-Strutture-Musa/src/api/models/nomenclatore-livello-1-res-dto.ts
2025-11-13 14:03:34 +01:00

21 lines
361 B
TypeScript

/* 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;
}