Models.CommitFile
Home > @backstage/plugin-bitbucket-cloud-common > Models > CommitFile
A file object, representing a file at a commit in a repository
Signature:
interface CommitFile
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(Optional) | |||
|
(Optional) | |||
|
string |
(Optional) The escaped version of the path as it appears in a diff. If the path does not require escaping this will be the same as path. | ||
|
string |
(Optional) The path in the repository | ||
|
string |