
This PR adds a `GET /billing/usage` endpoint for retrieving billing usage to show on the `zed.dev/account` page. Release Notes: - N/A
7 lines
145 B
Rust
7 lines
145 B
Rust
pub mod billing_event;
|
|
pub mod model;
|
|
pub mod monthly_usage;
|
|
pub mod provider;
|
|
pub mod subscription_usage;
|
|
pub mod usage;
|
|
pub mod usage_measure;
|