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 9969043 commit a2db4d6Copy full SHA for a2db4d6
apps/dashboard/app/(main)/billing/components/plans-tab.tsx
@@ -2,7 +2,7 @@
2
3
import PricingTable from "@/components/autumn/pricing-table";
4
5
-interface PlansTabProps {
+type PlansTabProps = {
6
selectedPlan?: string | null;
7
}
8
0 commit comments