export interface sendOTP 
{
    mobile:string,
    country_code:string,
}

export interface checkOTP 
{
    mobile:string,
    otp:string,
    country_code:string
}

