feat: login and register, otp verify api calls added
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
export interface Country {
|
||||
code: string;
|
||||
label: string;
|
||||
phone: string;
|
||||
}
|
||||
import type { CountryCode } from '@/types/commonTypes';
|
||||
|
||||
export interface Country {
|
||||
code: string;
|
||||
label: string;
|
||||
phone: string;
|
||||
phone: CountryCode;
|
||||
}
|
||||
|
||||
export const countries: readonly Country[] = [
|
||||
|
||||
Reference in New Issue
Block a user