forked from didirus/AstralRinth
9 lines
207 B
Rust
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;
|