Browser-Strutture-Musa/src/api/models/codice-luogo-excerpt-res-dto.ts
2025-11-13 14:03:34 +01:00

21 lines
339 B
TypeScript

/* tslint:disable */
/* eslint-disable */
/* Code generated by ng-openapi-gen DO NOT EDIT. */
export interface CodiceLuogoExcerptResDto {
/**
* Name of the municipality
*/
comune: string;
/**
* Full name of the province
*/
provincia: string;
/**
* Abbreviation of the province
*/
siglaProvincia: string;
}