Skip to main content
Version: Next

Models.BaseCommit

Home > @backstage/plugin-bitbucket-cloud-common > Models > BaseCommit

The common base type for both repository and snippet commits.

Signature:

interface BaseCommit extends ModelObject 

Extends: ModelObject

Properties

Property

Modifiers

Type

Description

author?

Author

(Optional)

committer?

Committer

(Optional)

date?

string

(Optional)

hash?

string

(Optional)

message?

string

(Optional)

parents?

Array<BaseCommit>

(Optional)

summary?

BaseCommitSummary

(Optional)