@shortcut/client
    Preparing search index...

    Interface HistoryActionBranchPush

    An action representing a VCS Branch being pushed.

    interface HistoryActionBranchPush {
        action: "push";
        entity_type: string;
        id: number;
        name: string;
        url: string;
    }
    Index

    Properties

    action: "push"

    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 VCS Branch that was pushed

    url: string

    The URL from the provider of the VCS Branch that was pushed