feat: login and register, otp verify api calls added

This commit is contained in:
مهرزاد قدرتی
2025-08-09 15:46:51 +03:30
parent 284e60fab3
commit cd86254ce1
12 changed files with 403 additions and 59 deletions

View File

@@ -1 +1,3 @@
export type GUID = `${string}-${string}-${string}-${string}-${string}`;
export type CountryCode = `+${number}`;