update report view to include Neology and Other, single code block

This commit is contained in:
Will Freeman
2024-11-06 00:44:16 -07:00
parent 6c5f95a180
commit 2dc9a242ef
5 changed files with 127 additions and 39 deletions

View File

@@ -5,3 +5,10 @@ export interface ALPR {
tags: Record<string, string>;
type: string;
};
export interface WikidataItem {
name: string;
nickname: string;
wikidata: string;
exampleImage: string|undefined;
}