export interface BitbucketCommitVO { authorName: object; commitHref: object; commitMessage: object; date: object; hash: object; type: object; }