Parcourir la source

feat(types): 删除账号接口

lipk il y a 3 ans
Parent
commit
9b179bfe3c
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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;
+  };
+}