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

    Interface AssociateRolePermissionRemovedMessagePayload

    Generated after a successful Remove Permissions update action.

    interface AssociateRolePermissionRemovedMessagePayload {
        permission: Permission;
        type: "AssociateRolePermissionRemoved";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    permission: Permission

    The Permission that was removed from the AssociateRole.

    type: "AssociateRolePermissionRemoved"