Skip to content

Commit

Permalink
Update frontend/src/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Bianca Yang <[email protected]>
  • Loading branch information
daibhin and xrdt authored Mar 13, 2024
1 parent a6f82a6 commit 8608eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,7 @@ export interface BillingV2PlanType {
note: string | null
unit: string | null
product_key: ProductKeyUnion
current_plan?: boolean
current_plan?: BillingPlanV2Type | null

Check failure on line 1473 in frontend/src/types.ts

View workflow job for this annotation

GitHub Actions / Code quality checks

Cannot find name 'BillingPlanV2Type'. Did you mean 'BillingV2Type'?
tiers?: BillingV2TierType[] | null
unit_amount_usd?: string
included_if?: 'no_active_subscription' | 'has_subscription' | null
Expand Down

0 comments on commit 8608eec

Please sign in to comment.