Skip to content

Commit 4501331

Browse files
author
Tiago Siebler
committed
chore: linter
1 parent da5800b commit 4501331

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/types/spot.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4491,17 +4491,17 @@ export interface GetFiatPaymentsHistoryResponse {
44914491
}
44924492

44934493
export interface WithdrawFiatAccountInfo {
4494-
accountNumber: string;
4495-
agency: string;
4496-
bankCodeForPix: string;
4497-
accountType: string;
4494+
accountNumber: string;
4495+
agency: string;
4496+
bankCodeForPix: string;
4497+
accountType: string;
44984498
}
44994499

45004500
export interface WithdrawFiatParams {
4501-
currency: string;
4502-
apiPaymentMethod: string;
4503-
amount: number;
4504-
accountInfo?: WithdrawFiatAccountInfo;
4501+
currency: string;
4502+
apiPaymentMethod: string;
4503+
amount: number;
4504+
accountInfo?: WithdrawFiatAccountInfo;
45054505
}
45064506

45074507
export interface GetC2CTradeHistoryParams {

0 commit comments

Comments
 (0)