(fix) serialization and typization fixed
This commit is contained in:
parent
131ff952ca
commit
35adb141ab
4 changed files with 11 additions and 6 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue