export type LatestCommitInfo = {
    timestamp: string;
    sha: string;
};
