import { BitbucketCommitVO } from './bitbucketCommitVO'; export interface CommitVO { commits: BitbucketCommitVO[]; pagelen: object; }