Interface ForgotPasswordProps

interface ForgotPasswordProps {
    email: string;
    headers?: Header;
    url?: string;
}

Properties

Properties

email: string
headers?: Header
url?: string