Database: Add user settings sync entity.

Run cargo fmt.
This commit is contained in:
Paul
2021-05-26 11:02:16 +01:00
parent 7aad88ad3f
commit 5aa9624d5c
13 changed files with 67 additions and 41 deletions

View File

@@ -0,0 +1,3 @@
use std::collections::HashMap;
pub type UserSettings = HashMap<String, (i64, String)>;