chore: introduce RouterDataNew and FlowSpecificData models (#4961)

This commit is contained in:
Hrithikesh
2024-06-14 12:35:47 +05:30
committed by GitHub
parent a1a08ba733
commit 656fb3e09a
3 changed files with 178 additions and 0 deletions

View File

@ -6,6 +6,7 @@ pub mod payments;
#[cfg(feature = "payouts")]
pub mod payouts;
pub mod router_data;
pub mod router_data_new;
pub mod router_flow_types;
pub mod router_request_types;
pub mod router_response_types;