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

import { SnapshotIndex } from './SnapshotIndex';

export type DeletedSnapshotsGetResponse = {
    deleted_snapshots?: SnapshotIndex;
}
