@shortcut/client
    Preparing search index...

    Interface HistoryActionWorkspace2BulkUpdate

    An action representing a bulk operation within a workspace2.

    interface HistoryActionWorkspace2BulkUpdate {
        action: "bulk-update";
        entity_type: string;
        id: string;
        name: string;
    }
    Index

    Properties

    action: "bulk-update"

    The action of the entity referenced.

    entity_type: string

    The type of entity referenced.

    id: string

    The ID of the entity referenced.

    uuid

    name: string

    The name of the workspace2 in which the BulkUpdate occurred.