update typedocs

This commit is contained in:
woodser 2024-10-15 11:04:58 -04:00
parent 980f79603e
commit 38ca84d9e4
1166 changed files with 7913 additions and 2580 deletions

View file

@ -975,7 +975,7 @@ export default class HavenoClient {
/**
* Delete a payment account.
*
* @param paymentAccountId {string} the id of the payment account to delete
* @param {string} paymentAccountId the id of the payment account to delete
*/
async deletePaymentAccount(paymentAccountId: string): Promise<void> {
try {