commit 505315f8a238d04d9b0e77cb3c30fa77f9255c83 parent 5b9651b6b462c73d25dd982699f595ad7cb9f289 Author: Nullptrderef <nullptrderef@proton.me> Date: Sun, 26 May 2024 01:21:37 +0200 fix: typo or something Diffstat:
| M | core/api-corebank.rst | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-corebank.rst b/core/api-corebank.rst @@ -444,7 +444,7 @@ Account Management .. ts:def:: ListBankAccountsResponse - interfaces ListBankAccountsResponse { + interface ListBankAccountsResponse { accounts: AccountMinimalData[]; }