export interface sendEmail 
{
    email:string
}

export interface checkEmail
{
    email:string;
    otp:string;
}