- updated state for tracking sessions
- removed un used state in sighting feed - added groupings depending on sightings
This commit is contained in:
@@ -30,6 +30,11 @@ export type SightingType = {
|
||||
metadata?: Metadata;
|
||||
};
|
||||
|
||||
export type ReducedSightingType = {
|
||||
vrm: string;
|
||||
metadata?: Metadata;
|
||||
};
|
||||
|
||||
export type CameraSettingValues = {
|
||||
friendlyName: string;
|
||||
cameraAddress: string;
|
||||
@@ -103,6 +108,10 @@ export type NpedJSON = {
|
||||
status_code: number;
|
||||
reason_phrase: string;
|
||||
"NPED CATEGORY": "A" | "B" | "C" | "D";
|
||||
"MOT STATUS": boolean;
|
||||
"TAX STATUS": boolean;
|
||||
vrm: string;
|
||||
"INSURANCE STATUS": string;
|
||||
};
|
||||
|
||||
export type NPEDUser = {
|
||||
|
||||
Reference in New Issue
Block a user