Files
Rocketmc/apps/labrinth/src/models/v2/mod.rs
2024-10-16 14:11:42 -07:00

9 lines
207 B
Rust

// Legacy models from V2, where its useful to keep the struct for rerouting/conversion
pub mod notifications;
pub mod projects;
pub mod reports;
pub mod search;
pub mod teams;
pub mod threads;
pub mod user;