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

    Interface MyCustomerResetPassword

    interface MyCustomerResetPassword {
        newPassword: string;
        tokenValue: string;
    }
    Index

    Properties

    newPassword: string

    New password to be set.

    tokenValue: string

    Value of the token to reset the Customer password.