Interface ChangePasswordProps

interface ChangePasswordProps {
    email: string;
    headers?: Header;
    newPassword: string;
    url?: string;
}

Properties

email: string
headers?: Header
newPassword: string
url?: string