export type CommitInfo = { /** * unique commit sha */ commitSha: string; committedAt?: number; commitMessage: string; };