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

import { StorageBackupSchedule } from './StorageBackupSchedule';

export type StorageBackupScheduleIndex = Record<string, StorageBackupSchedule>;