parent
96a99c4e3b
commit
abb7f7f894
19
src/models/IScan.ts
Normal file
19
src/models/IScan.ts
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
/**
|
||||||
|
* Defines the scan interface.
|
||||||
|
*/
|
||||||
|
export interface IScan {
|
||||||
|
/**
|
||||||
|
* Autogenerated unique id (primary key).
|
||||||
|
*/
|
||||||
|
id: number;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The associated runner.
|
||||||
|
*/
|
||||||
|
runner: Runner;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The scan's distance in meters.
|
||||||
|
*/
|
||||||
|
distance: number;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user