Circle V2 API Docs
    Preparing search index...
    type BulkApplyActionItemsServiceParams = {
        actorProfileId: ProfileId;
        actorUserId: UserId;
        assignee?: ActionItemAssigneeRef | null;
        items: ActionItemRef[];
        nextStep?: ActionItemNextStep;
        status?: SettableAuditResponseTrailStatus;
    }
    Index

    Properties

    actorProfileId: ProfileId
    actorUserId: UserId
    assignee?: ActionItemAssigneeRef | null
    items: ActionItemRef[]