- added hotlists being displayed
- functionality to delete hotlist
This commit is contained in:
@@ -417,6 +417,12 @@ export type QueuedHit = {
|
||||
|
||||
export type DedupedSightings = ReducedSightingType[];
|
||||
|
||||
export type HotlistFile = {
|
||||
fileSizeBytes: number;
|
||||
filename: string;
|
||||
rowCount: number;
|
||||
};
|
||||
|
||||
export type NPEDSTATE = {
|
||||
sessionStarted: boolean;
|
||||
sessionList: ReducedSightingType[];
|
||||
@@ -424,6 +430,7 @@ export type NPEDSTATE = {
|
||||
savedSightings: DedupedSightings;
|
||||
npedUser: NPEDUser;
|
||||
iscatEnabled: CategoryPopups;
|
||||
hotlistFiles: HotlistFile[];
|
||||
};
|
||||
|
||||
export type NPEDACTION = {
|
||||
|
||||
Reference in New Issue
Block a user