feat: 添加银行账户和货币选择组件,优化提现页面交互体验
This commit is contained in:
@@ -34,7 +34,7 @@ export type RwaIssuanceProductBody = TreatyBody<typeof client.api.rwa.issuance.p
|
||||
|
||||
export type RwaIssuanceCategoriesData = Treaty.Data<typeof client.api.rwa.category.categories.get>;
|
||||
|
||||
export type BankAccountsData = Treaty.Data<typeof client.api.bank_account.get>;
|
||||
export type BankAccountsData = Treaty.Data<typeof client.api.bank_account.get>["data"][number];
|
||||
|
||||
export type BankAccountBody = TreatyBody<typeof client.api.bank_account.post>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user