collab: Remove unused billing preferences queries (#34830)
This PR removes some billing preferences queries that are no longer in use. Release Notes: - N/A
This commit is contained in:
parent
e14c9479e4
commit
bf8aba566c
2 changed files with 0 additions and 77 deletions
|
@ -42,9 +42,6 @@ pub use tests::TestDb;
|
|||
|
||||
pub use ids::*;
|
||||
pub use queries::billing_customers::{CreateBillingCustomerParams, UpdateBillingCustomerParams};
|
||||
pub use queries::billing_preferences::{
|
||||
CreateBillingPreferencesParams, UpdateBillingPreferencesParams,
|
||||
};
|
||||
pub use queries::billing_subscriptions::{
|
||||
CreateBillingSubscriptionParams, UpdateBillingSubscriptionParams,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue