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

    Interface StateSetRolesAction

    interface StateSetRolesAction {
        action: "setRoles";
        roles: StateRoleEnum[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setRoles"
    roles: StateRoleEnum[]

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