mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-15 16:27:21 +02:00
fix tags
This commit is contained in:
+2
-2
@@ -7,8 +7,8 @@ export interface ALPR {
|
||||
};
|
||||
|
||||
export interface WikidataItem {
|
||||
name: string;
|
||||
name?: string;
|
||||
nickname: string;
|
||||
wikidata: string;
|
||||
wikidata?: string;
|
||||
exampleImage: string|undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user