We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120af74 commit 6823375Copy full SHA for 6823375
packages/api-client/src/modules/labrinth/billing/types.ts
@@ -84,7 +84,8 @@ export namespace Labrinth {
84
unitary: boolean
85
}
86
87
- export type EditSubscriptionRequest = Partial<UserSubscription> & {
+ export type EditSubscriptionRequest = {
88
+ interval?: PriceDuration
89
payment_method?: string
90
cancelled?: boolean
91
region?: string
0 commit comments