feat(item_list): make DbItem struct public.
This commit is contained in:
parent
8e3c87f315
commit
5815c9fe10
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ struct WikidataSuggestion {
|
|||
|
||||
|
||||
#[derive(Deserialize, Debug)]
|
||||
struct DbItem {
|
||||
pub struct DbItem {
|
||||
id: String,
|
||||
name: String,
|
||||
description: String,
|
||||
|
|
Loading…
Add table
Reference in a new issue