16 lines
243 B
TypeScript
16 lines
243 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
/* Code generated by ng-openapi-gen DO NOT EDIT. */
|
|
|
|
export interface LatLng {
|
|
/**
|
|
* Latitudine della struttura
|
|
*/
|
|
lat: number;
|
|
|
|
/**
|
|
* Longitudine della struttura
|
|
*/
|
|
lng: number;
|
|
}
|