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

    Interface ProductTypeSetKeyAction

    interface ProductTypeSetKeyAction {
        action: "setKey";
        key?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setKey"
    key?: string

    Value to set. If empty, any existing value will be removed.