Interface HistoryReferenceCommit

A reference to a VCS Commit.

interface HistoryReferenceCommit {
    entity_type: string;
    id: string | number;
    message: string;
    url: string;
}

Properties

entity_type: string

The type of entity referenced.

id: string | number

The ID of the entity referenced.

message: string

The message from the Commit.

url: string

The external URL for the Branch.

2048

^https?://.+$