implemented get_path_by_id and get_all_paths
This commit is contained in:
6
src-tauri/src/models/exercise.rs
Normal file
6
src-tauri/src/models/exercise.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
pub struct Exercise {
|
||||
id: u16,
|
||||
ex_type: String,
|
||||
content: String,
|
||||
node_id: u32
|
||||
}
|
||||
Reference in New Issue
Block a user