db/heromodels/src/models/payment/mod.rs
2025-07-08 22:50:35 +02:00

5 lines
73 B
Rust

//! Payment-related models and types
pub mod stripe;
pub use stripe::*;