This commit is contained in:
Will Freeman
2025-05-24 20:28:24 -06:00
parent 64128fe5ea
commit ddc56b5233
3 changed files with 16 additions and 12 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ export interface ALPR {
};
export interface WikidataItem {
name: string;
name?: string;
nickname: string;
wikidata: string;
wikidata?: string;
exampleImage: string|undefined;
}