Explorar o código

feat(types): 删除账号接口

lipk %!s(int64=3) %!d(string=hai) anos
pai
achega
9b179bfe3c
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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;
+  };
+}