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

    Interface AssociateRolePermissionAddedMessagePayload

    Generated after a successful Add Permissions update action.

    interface AssociateRolePermissionAddedMessagePayload {
        permission: Permission;
        type: "AssociateRolePermissionAdded";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    permission: Permission

    The Permission that was added to the AssociateRole.

    type: "AssociateRolePermissionAdded"