tackler_api/
reports.rs

1/*
2 * Tackler-NG 2025
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6//! Reports API Objects
7
8/// Balance Report API objects
9pub mod balance_report;
10
11/// Balance Group Report API objects
12pub mod balance_group_report;
13
14/// Register Report API objects
15pub mod register_report;