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

import { SnapshotScheduleIndex } from './SnapshotScheduleIndex';

export type SnapshotSchedulesGetResponse = {
    snapshot_schedules?: SnapshotScheduleIndex;
}
