File tree Expand file tree Collapse file tree
packages/backend/src/api/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2+ ' @clerk/backend ' : minor
23' @clerk/localizations ' : minor
34' @clerk/clerk-js ' : minor
45' @clerk/shared ' : minor
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export class BillingPlan {
4545 /**
4646 * The monthly fee of the Plan.
4747 */
48- readonly fee : BillingMoneyAmount ,
48+ readonly fee : BillingMoneyAmount | null ,
4949 /**
5050 * The annual fee of the Plan.
5151 */
Original file line number Diff line number Diff line change @@ -854,7 +854,7 @@ export interface BillingPlanJSON extends ClerkResourceJSON {
854854 is_recurring : boolean ;
855855 has_base_fee : boolean ;
856856 publicly_visible : boolean ;
857- fee : BillingMoneyAmountJSON ;
857+ fee : BillingMoneyAmountJSON | null ;
858858 annual_fee : BillingMoneyAmountJSON | null ;
859859 annual_monthly_fee : BillingMoneyAmountJSON | null ;
860860 for_payer_type : 'org' | 'user' ;
You can’t perform that action at this time.
0 commit comments