Browser-Strutture-Musa/src/api/models/provincia-res.ts

16 lines
293 B
TypeScript

/* tslint:disable */
/* eslint-disable */
/* Code generated by ng-openapi-gen DO NOT EDIT. */
export interface ProvinciaRes {
/**
* Total number of structures in the system
*/
provincia: string;
/**
* Total number of structures in the system
*/
siglaProvincia: string;
}