Browse Source

feat(types): 删除账号接口

lipk 3 years atrás
parent
commit
9b179bfe3c
1 changed files with 6 additions and 0 deletions
  1. 6 0
      types/src/interface/api/userApi.ts

+ 6 - 0
types/src/interface/api/userApi.ts

@@ -5,3 +5,9 @@ export namespace PostApiUserSecondaryLogin {
     phone: string;
   };
 }
+
+export namespace PostApiUserDeleteAccount {
+  export type Params = {
+    userId: string;
+  };
+}