@shortcut/client
    Preparing search index...

    Interface HistoryReferenceBranch

    A reference to a VCS Branch.

    interface HistoryReferenceBranch {
        entity_type: string;
        id: string | number;
        name: string;
        url: string;
    }
    Index

    Properties

    Properties

    entity_type: string

    The type of entity referenced.

    id: string | number

    The ID of the entity referenced.

    name: string

    The name of the entity referenced.

    url: string

    The external URL for the Branch.

    2048

    ^https?://.+$