export interface CalendarEntry {
snapshotId: string;
commitSha: string;
dateCaptured: string;
numFollowers: number;
}