Skip to content

Commit d6631e0

Browse files
committed
Remove BillingMoneyAmount type replacement
1 parent 296fb0b commit d6631e0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.typedoc/custom-plugin.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,6 @@ function getCatchAllReplacements() {
101101
pattern: /(?<![\[\w`])`Appearance`\\<`Theme`\\>/g,
102102
replace: '[`Appearance<Theme>`](/docs/guides/customizing-clerk/appearance-prop/overview)',
103103
},
104-
{
105-
pattern: /(?<![\[\w`])`?BillingMoneyAmount`?(?![\]\w`])/g,
106-
replace: '[`BillingMoneyAmount`](/docs/reference/javascript/types/billing-money-amount)',
107-
},
108104
{
109105
pattern: /\(CreateOrganizationParams\)/g,
110106
replace: '([CreateOrganizationParams](#create-organization-params))',

0 commit comments

Comments
 (0)