From 8c57e7f6b451ab2cb651b06ecff12d1b825b1bd3 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Mon, 4 Mar 2024 11:31:32 +0000 Subject: [PATCH] fix() wrapper type for responsev3 --- src/rest-client-v5.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rest-client-v5.ts b/src/rest-client-v5.ts index 5614126..8146164 100644 --- a/src/rest-client-v5.ts +++ b/src/rest-client-v5.ts @@ -1207,7 +1207,7 @@ export class RestClientV5 extends BaseRestClient { */ getWithdrawalRecords( params?: GetWithdrawalRecordsParamsV5, - ): Promise> { + ): Promise>> { return this.getPrivate('/v5/asset/withdraw/query-record', params); }