mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-03-28 14:10:30 +01:00
update report view to include Neology and Other, single code block
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user