initial commit
This commit is contained in:
30
src/types/types.ts
Normal file
30
src/types/types.ts
Normal file
@@ -0,0 +1,30 @@
|
||||
export type Sighting = {
|
||||
ref: number;
|
||||
SaFID: string;
|
||||
overviewUrl: string;
|
||||
plateUrlInfrared: string;
|
||||
plateUrlColour: string;
|
||||
vrm: string;
|
||||
vrmSecondary: string;
|
||||
countryCode: string;
|
||||
timeStamp: string;
|
||||
detailsUrl: string;
|
||||
overviewPlateRect: number[];
|
||||
plateTrack: Array<number[]>;
|
||||
make: string;
|
||||
model: string;
|
||||
color: string;
|
||||
category: string;
|
||||
charHeight: string;
|
||||
seenCount: string;
|
||||
timeStampMillis: number;
|
||||
motion: string;
|
||||
debug: string;
|
||||
srcCam: number;
|
||||
locationName: string;
|
||||
laneID: string;
|
||||
plateSize: string;
|
||||
overviewSize: string;
|
||||
radarSpeed: string;
|
||||
trackSpeed: string;
|
||||
};
|
||||
Reference in New Issue
Block a user