feat(item_list): make DbItem struct public.

This commit is contained in:
ryan 2025-02-18 23:44:45 +03:00
parent 8e3c87f315
commit 5815c9fe10

View file

@ -19,7 +19,7 @@ struct WikidataSuggestion {
#[derive(Deserialize, Debug)]
struct DbItem {
pub struct DbItem {
id: String,
name: String,
description: String,