@shortcut/client
    Preparing search index...

    Interface HistoryActionLabelDelete

    An action representing a Label being deleted.

    interface HistoryActionLabelDelete {
        action: "delete";
        entity_type: string;
        id: number;
        name: string;
    }
    Index

    Properties

    action: "delete"

    The action of the entity referenced.

    entity_type: string

    The type of entity referenced.

    id: number

    The ID of the entity referenced.

    int64

    name: string

    The name of the Label.