Browser-Strutture-Musa/src/api/models/lat-lng.ts
2025-11-13 14:03:34 +01:00

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;
}