mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-15 16:27:21 +02:00
revert shitty layout, use cdn for vendors (new ones coming soon)
This commit is contained in:
+8
-5
@@ -6,9 +6,12 @@ export interface ALPR {
|
||||
type: string;
|
||||
};
|
||||
|
||||
export interface WikidataItem {
|
||||
name?: string;
|
||||
nickname: string;
|
||||
wikidata?: string;
|
||||
exampleImage: string|undefined;
|
||||
export interface LprVendor {
|
||||
id: number;
|
||||
shortName: string;
|
||||
fullName: string;
|
||||
identificationHints?: string;
|
||||
urls: Array<{ url: string }>;
|
||||
logoUrl?: string;
|
||||
osmTags: Record<string, string>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user