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

    Interface CustomerPasswordTokenReference

    Reference to a CustomerToken for password reset.

    interface CustomerPasswordTokenReference {
        id: string;
        typeId: "customer-password-token";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced CustomerToken.

    typeId: "customer-password-token"

    Type of referenced resource.