This commit is contained in:
hamid zarghami
2025-11-12 10:09:31 +03:30
parent 92357ffd28
commit 1473255c95
4 changed files with 43 additions and 19 deletions
+1
View File
@@ -6,4 +6,5 @@ export type LoginOTPRequestType = {
export type LoginVerifyOTPType = {
phone: string;
otp: string;
slug: string;
};