(fix) serialization and typization fixed

This commit is contained in:
Rorik Star Platinum 2025-11-07 17:20:54 +03:00
parent 131ff952ca
commit 35adb141ab
4 changed files with 11 additions and 6 deletions

View file

@ -6,5 +6,5 @@ pub mod consents;
pub mod accounts;
pub mod transactions;
pub use client::{BankClient, BankingError, BankingClients};
pub use models::{ApiResponse, AccountData, TransactionData, ConsentResponse};
pub use client::{BankingError, BankingClients};
// pub use models::{ApiResponse, AccountData, TransactionData, ConsentResponse};