Skip to content

Commit 6823375

Browse files
committed
fix: dont use partial
1 parent 120af74 commit 6823375

File tree

1 file changed

+2
-1
lines changed
  • packages/api-client/src/modules/labrinth/billing

1 file changed

+2
-1
lines changed

packages/api-client/src/modules/labrinth/billing/types.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ export namespace Labrinth {
8484
unitary: boolean
8585
}
8686

87-
export type EditSubscriptionRequest = Partial<UserSubscription> & {
87+
export type EditSubscriptionRequest = {
88+
interval?: PriceDuration
8889
payment_method?: string
8990
cancelled?: boolean
9091
region?: string

0 commit comments

Comments
 (0)