🐛 fix(api): Fix type error in API request and add return URL parameter
This commit is contained in:
Vendored
+2
-1
@@ -91,6 +91,7 @@ declare namespace API {
|
||||
|
||||
type CheckoutOrderRequest = {
|
||||
orderNo: string;
|
||||
returnUrl?: string;
|
||||
};
|
||||
|
||||
type CheckoutOrderResponse = {
|
||||
@@ -828,7 +829,7 @@ declare namespace API {
|
||||
type UserDevice = {
|
||||
id: number;
|
||||
ip: string;
|
||||
imei: string;
|
||||
identifier: string;
|
||||
user_agent: string;
|
||||
online: boolean;
|
||||
enabled: boolean;
|
||||
|
||||
Reference in New Issue
Block a user