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

import { SnapshotSchedule } from './SnapshotSchedule';

export type SnapshotScheduleIndex = Record<string, SnapshotSchedule>;