@gradientedge/commercetools-utils
    Preparing search index...

    Interface CustomerResetPassword

    interface CustomerResetPassword {
        newPassword: string;
        tokenValue: string;
        version?: number;
    }
    Index

    Properties

    newPassword: string

    New password to be set.

    tokenValue: string

    Value of the token to reset the Customer password.

    version?: number

    Expected version of the Customer.