Interface SetNewPasswordWithResetTokenMethodParameters

interface SetNewPasswordWithResetTokenMethodParameters {
    password: string;
    token: string;
}

Properties

Properties

password: string
token: string