/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

import { Snapshot } from './Snapshot';

export type SnapshotIndex = Record<string, Snapshot>;