feat: add withdrawal management pages
This commit is contained in:
+8
@@ -846,6 +846,14 @@ declare namespace API {
|
||||
order_no: string;
|
||||
};
|
||||
|
||||
type RedeemCodeRequest = {
|
||||
code: string;
|
||||
};
|
||||
|
||||
type RedeemCodeResponse = {
|
||||
message: string;
|
||||
};
|
||||
|
||||
type RegisterConfig = {
|
||||
stop_register: boolean;
|
||||
enable_trial: boolean;
|
||||
|
||||
Reference in New Issue
Block a user