21 lines
339 B
TypeScript
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;
|
|
}
|