export interface IAveApiPlaceDto { deviceId: string; eic: string; serialNumber: number; placeId: number; }