chore(): fixed typo

This commit is contained in:
Jerko J
2024-06-24 13:32:05 +02:00
parent 882d7da328
commit 321130d9b6

View File

@@ -155,7 +155,7 @@ import {
WalletBalanceV5, WalletBalanceV5,
WithdrawParamsV5, WithdrawParamsV5,
WithdrawalRecordV5, WithdrawalRecordV5,
getClassicTransactionLogsParamsV5, GetClassicTransactionLogsParamsV5,
} from './types'; } from './types';
import { import {
GetBrokerSubAccountDepositsV5, GetBrokerSubAccountDepositsV5,
@@ -938,7 +938,7 @@ export class RestClientV5 extends BaseRestClient {
* API key permission: "Contract - Position" * API key permission: "Contract - Position"
*/ */
getClassicTransactionLogs( getClassicTransactionLogs(
params?: getClassicTransactionLogsParamsV5, params?: GetClassicTransactionLogsParamsV5,
): Promise< ): Promise<
APIResponseV3WithTime<{ list: TransactionLogV5[]; nextPageCursor: string }> APIResponseV3WithTime<{ list: TransactionLogV5[]; nextPageCursor: string }>
> { > {