library-ts/node/users/location/LocationData.ts

6 lines
81 B
TypeScript

export class LocationData
{
country:string;
city:string;
km_range:number;
}