Change object model and add crate Error type

This commit is contained in:
2026-05-03 14:17:50 +02:00
parent a9de66a49f
commit fa4cc722e2
12 changed files with 283 additions and 247 deletions
+2 -5
View File
@@ -1,9 +1,6 @@
mod lookup;
pub use lookup::Lookup;
mod types;
mod apitypes;
mod client;
pub use client::Ynab;
pub use client::Client;
mod transform;