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