feat: 添加提现和充值组件,优化相关数据处理和界面展示
This commit is contained in:
@@ -59,3 +59,7 @@ export type EmailVerifyClient = TreatyBody<typeof authClient.emailOtp.verifyEmai
|
||||
export type UserDepositOrderData = Treaty.Data<typeof client.api.deposit.orders.get>["data"][number];
|
||||
|
||||
export type UserDepositOrderBody = TreatyQuery<typeof client.api.deposit.orders.get>;
|
||||
|
||||
export type UserWithdrawOrderData = Treaty.Data<typeof client.api.withdraw.get>["data"][number];
|
||||
|
||||
export type UserWithdrawOrderBody = TreatyQuery<typeof client.api.withdraw.get>;
|
||||
|
||||
Reference in New Issue
Block a user