BitbucketServerDefaultBranch
Home > @backstage/plugin-catalog-backend-module-bitbucket-server
> BitbucketServerDefaultBranch
Signature:
type BitbucketServerDefaultBranch = {
id: string;
displayId: string;
type: string;
latestCommit: string;
latestChangeset: string;
isDefault: boolean;
};