Konstantinos Kamaropoulos
5 years ago
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||
|
import { Document } from 'mongoose'; |
||||
|
|
||||
|
export interface ILogs { |
||||
|
_id?: number; |
||||
|
drone_id: number; |
||||
|
gprmc: String; |
||||
|
sensorReadings: Object; |
||||
|
createdAt?: Date; |
||||
|
updatedAt?: Date; |
||||
|
} |
Loading…
Reference in new issue