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