16 lines
293 B
TypeScript
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;
|
|
}
|