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

    Interface AssociateRolePermissionsSetMessagePayload

    Generated after a successful Set Permissions update action.

    interface AssociateRolePermissionsSetMessagePayload {
        permissions: Permission[];
        type: "AssociateRolePermissionsSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    permissions: Permission[]

    Permission assigned to the AssociateRole.

    type: "AssociateRolePermissionsSet"